public class HostVMArguments extends Object
Constructor and Description |
---|
HostVMArguments(Arguments args) |
HostVMArguments(Arguments args,
boolean hostRequired,
boolean vmRequired) |
Modifier and Type | Method and Description |
---|---|
static Collection<ArgumentSpec> |
getArgumentSpecs() |
static Collection<ArgumentSpec> |
getArgumentSpecs(boolean vmRequired) |
static Collection<ArgumentSpec> |
getArgumentSpecs(boolean hostRequired,
boolean vmRequired) |
HostRef |
getHost() |
VmRef |
getVM() |
public HostVMArguments(Arguments args) throws CommandException
CommandException
public HostVMArguments(Arguments args, boolean hostRequired, boolean vmRequired) throws CommandException
CommandException
public HostRef getHost()
public VmRef getVM()
public static Collection<ArgumentSpec> getArgumentSpecs()
public static Collection<ArgumentSpec> getArgumentSpecs(boolean vmRequired)
public static Collection<ArgumentSpec> getArgumentSpecs(boolean hostRequired, boolean vmRequired)
Copyright © 2012. All Rights Reserved.