|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandlineParser | |
---|---|
com.trendmicro.grid.acl.client.util | Defines a set of shared utility classes that can be used to simplify building ACL clients. |
Uses of CommandlineParser in com.trendmicro.grid.acl.client.util |
---|
Methods in com.trendmicro.grid.acl.client.util that return CommandlineParser | |
---|---|
CommandlineParser |
CommandlineParser.defineParameter(String description,
boolean required,
Class type,
Object defaultValue,
String... names)
Defines a parameter inside the commandline interface. |
CommandlineParser |
CommandlineParser.defineSwitchParameter(String description,
String... names)
Defines a switch (boolean) parameter. |
static CommandlineParser |
CommandlineClientFactory.setUp(CommandlineParser parser)
Configures the given commandline parser with the interface options supported by the newServiceClient method. |
Methods in com.trendmicro.grid.acl.client.util with parameters of type CommandlineParser | |
---|---|
ServiceClient |
CommandlineClientFactory.newServiceClient(CommandlineParser cli)
Creates a new connected instance of service client using the parameters of the given cli parser. |
static CommandlineParser |
CommandlineClientFactory.setUp(CommandlineParser parser)
Configures the given commandline parser with the interface options supported by the newServiceClient method. |
Constructors in com.trendmicro.grid.acl.client.util with parameters of type CommandlineParser | |
---|---|
CommandlineClientFactory(CommandlineParser parser)
Constructs a new instance and configures the given default parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |