getopt
style command line processing,
because consistent usage information is maintainted.See: Description
Class | Description |
---|---|
BooleanOption |
is a boolean values command line option and has no arguments.
|
Commandline |
describes the structure of the command line with options.
|
EnumOption |
is a command line option with
String valued arguments
from a small set of given strings. |
LongOption |
is a command line option with
long valued arguments. |
Option |
is a general command line option with zero or more string values.
|
Exception | Description |
---|---|
CommandlineException |
thrown by
Commandline.parse() if errors
are found on the command line. |
implements a command line parser for java programs far
superiour to getopt
style command line processing,
because consistent usage information is maintainted.