public interface ParsedArguments
| Modifier and Type | Method and Description |
|---|---|
void |
addOption(String option)
An option has been discovered
|
void |
addValue(String value)
A value has been discovered
|
OptionCollection |
processArguments(ArgumentValidator argumentProcessor)
Process each option and its values
|
void |
unparsedOptionsFollow()
The remaining options are not parsed
|
void addValue(String value)
value - the option that has been discoveredvoid addOption(String option)
option - the option that has been recognisedvoid unparsedOptionsFollow()
OptionCollection processArguments(ArgumentValidator argumentProcessor)
argumentProcessor - the processor to apply to the argumentsCopyright © 2006-2014 lexicalscope. All Rights Reserved.