|
Class Summary |
| BooleanOption |
this class implements a command line option that is followed by a + or a -
indicating the option is set or unset. |
| FlagOption |
this class implements a command line option that is set simply by appearing on
the command line - so the option is not followed by a +/- to indicate the state
of the option |
| NumberOption |
this class implements a command line option that is followed by none or more
integer numbers |
| Option |
|
| OptionProcessor |
a class for handling command line options and parameters. |
| StringOption |
this class implements a command line option that is followed by a fixed number of
strings, either enclosed in quotes or as words without spaces |