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. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanOption
is a boolean values command line option and has no arguments.
|
class |
EnumOption
is a command line option with
String valued arguments
from a small set of given strings. |
class |
LongOption
is a command line option with
long valued arguments. |
Modifier and Type | Method and Description |
---|---|
Option |
Option.required()
converts the option into a required command line argument and
Commandline.parse() will check this. |
Option |
Option.setDefault(java.lang.String[] defalt)
defines default values for this
Option . |
Modifier and Type | Method and Description |
---|---|
Commandline |
Commandline.addOption(Option option) |