- CmdLineParser - Class in jargs.gnu
-
Largely GNU-compatible command-line options parser.
- CmdLineParser() - Constructor for class jargs.gnu.CmdLineParser
-
- CmdLineParser.IllegalOptionValueException - Exception in jargs.gnu
-
Thrown when an illegal or missing value is given by the user for
an option that takes a value.
- CmdLineParser.NotFlagException - Exception in jargs.gnu
-
Thrown when the parsed commandline contains multiple concatenated
short options, such as -abcd, where one or more requires a value.
- CmdLineParser.Option - Class in jargs.gnu
-
Representation of a command-line option
- CmdLineParser.Option.BooleanOption - Class in jargs.gnu
-
- CmdLineParser.Option.DoubleOption - Class in jargs.gnu
-
An option that expects a floating-point value
- CmdLineParser.Option.IntegerOption - Class in jargs.gnu
-
An option that expects an integer value
- CmdLineParser.Option.LongOption - Class in jargs.gnu
-
An option that expects a long integer value
- CmdLineParser.Option.StringOption - Class in jargs.gnu
-
An option that expects a string value
- CmdLineParser.OptionException - Exception in jargs.gnu
-
Base class for exceptions that may be thrown when options are parsed
- CmdLineParser.UnknownOptionException - Exception in jargs.gnu
-
Thrown when the parsed command-line contains an option that is not
recognised.
- CmdLineParser.UnknownSuboptionException - Exception in jargs.gnu
-
Thrown when the parsed commandline contains multiple concatenated
short options, such as -abcd, where one is unknown.
- CmdLineParserTestCase - Class in jargs.test.gnu
-
- CmdLineParserTestCase(String) - Constructor for class jargs.test.gnu.CmdLineParserTestCase
-
- CustomOptionTest - Class in jargs.examples.gnu
-
- CustomOptionTest() - Constructor for class jargs.examples.gnu.CustomOptionTest
-
- CustomOptionTest.ShortDateOption - Class in jargs.examples.gnu
-
A custom type of command line option corresponding to a short
date value, e.g.
- CustomOptionTestCase - Class in jargs.test.gnu
-
- CustomOptionTestCase(String) - Constructor for class jargs.test.gnu.CustomOptionTestCase
-
- CustomOptionTestCase.ShortDateOption - Class in jargs.test.gnu
-