Package jargs.gnu
package jargs.gnu
Jargs GNU package.
-
ClassDescriptionLargely GNU-compatible command-line options parser.Thrown when an illegal or missing value is given by the user for an option that takes a value.Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.Representation of a command-line option.The Class BooleanOption.An option that expects a floating-point value.An option that expects an integer value.An option that expects a long integer value.An option that expects a string value.Base class for exceptions that may be thrown when options are parsed.Thrown when the parsed command-line contains an option that is not recognised.Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown.