Package | Description |
---|---|
monq.clifj |
implements a command line parser for java programs far
superiour to
getopt style command line processing,
because consistent usage information is maintainted. |
monq.programs |
a collection of command line programs.
|
Class and Description |
---|
Commandline
describes the structure of the command line with options.
|
CommandlineException
thrown by
Commandline.parse() if errors
are found on the command line. |
Option
is a general command line option with zero or more string values.
|
Class and Description |
---|
CommandlineException
thrown by
Commandline.parse() if errors
are found on the command line. |