protected static interface CommandLineProcessor.OptionHandler
Modifier and Type | Method and Description |
---|---|
String |
getArgumentDescription()
Returns text describing the option's arguments, for inclusion
in the usage output.
|
String |
getOptionDescription()
Returns a description of this option, for inclusion in the usage
output.
|
String |
getOptionName()
Returns the name of the option.
|
void |
process(ListIterator<String> args)
Processes the option.
|
String getOptionName()
String getOptionDescription()
String getArgumentDescription()
void process(ListIterator<String> args)