| AnnotationImpl |
Base class for the @Option and @Argument implementation classes.
|
| ConfigElement |
The ConfigElement is an <option> or <argument> tag
in the xml configuration file.
|
| DelimitedOptionHandler |
Partial OptionHandler implementation that takes a single value to the option,
which is then gets split into individual tokens using fixed delimiter.
|
| FieldSetter |
|
| Getter |
Interface that can be instantiated to get default values.
|
| Messages |
|
| OneArgumentOptionHandler |
OptionHandler which handles an option with exactly one argument, like "-foo bar".
|
| OptionHandler |
Code that parses operands of an option into Java.
|
| Parameters |
List of arguments.
|
| Setter |
Abstraction of the value setter.
|
| SubCommand |
Specifies a single sub-command.
|