AlreadySelectedException |
Thrown when more than one option in an option group has been provided.
|
CommandLine |
Represents list of arguments parsed against a Options descriptor.
|
CommandLine.Builder |
A nested builder class to create CommandLine instance using descriptive methods.
|
CommandLineParser |
A class that implements the CommandLineParser interface can parse a String array according to the
Options specified and return a CommandLine .
|
Converter |
The definition of the functional interface to call when doing a conversion.
|
DefaultParser |
Default parser.
|
DefaultParser.Builder |
A nested builder class to create DefaultParser instances
using descriptive methods.
|
DeprecatedAttributes |
Deprecated attributes.
|
DeprecatedAttributes.Builder |
|
HelpFormatter |
A formatter of help messages for command line options.
|
HelpFormatter.Builder |
|
MissingOptionException |
Thrown when a required option has not been provided.
|
Option |
Describes a single command-line option.
|
Option.Builder |
Builds Option instances using descriptive methods.
|
OptionBuilder |
Deprecated.
|
OptionGroup |
A group of mutually exclusive options.
|
Options |
Main entry-point into the library.
|
ParseException |
Base for Exceptions thrown during parsing of a command-line.
|
Parser |
Deprecated.
|
TypeHandler |
TypeHandler will handle the pluggable conversion and verification of Option types.
|
UnrecognizedOptionException |
Thrown during parsing signaling an unrecognized option.
|