All Classes and Interfaces

Class
Description
Helps formatters provides the framework to link a HelpAppendable with a OptionFormatter and a default TableDefinition so to produce standardized format help output.
Abstracts building instances for subclasses.
Thrown when more than one option in an option group has been provided.
Exception thrown when an option can't be identified from a partial name.
Deprecated.
since 1.3, use the DefaultParser instead
Represents list of arguments parsed against a Options descriptor.
A nested builder class to create CommandLine instance using descriptive methods.
A class that implements the CommandLineParser interface can parse a String array according to the Options specified and return a CommandLine.
The definition of the functional interface to call when doing a conversion.
Default parser.
A nested builder class to create DefaultParser instances using descriptive methods.
Enum representing possible actions that may be done when "non option" is discovered during parsing.
Deprecated attributes.
An abstract implementation of HelpAppendable that writes output to an Appendable instance.
Deprecated.
since 1.3, use the DefaultParser instead
Defines a semantic scribe.
A default formatter implementation for standard usage.
Deprecated.
A builder for the HelpFormatter.
Thrown when an option requiring an argument is not provided with an argument.
Thrown when a required option has not been provided.
Describes a single command-line option.
Builds Option instances using descriptive methods.
Deprecated.
since 1.3, use Option.builder(String) instead
The definition of how to display Option attributes.
Builds instances of OptionFormatter.
A group of mutually exclusive options.
Main entry-point into the library.
Base for Exceptions thrown during parsing of a command-line.
Deprecated.
since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases
Allows Options to be created from a single String.
Deprecated.
since 1.3, use the DefaultParser instead
The definition of a table to display.
Writes text format output.
The definition for styling recommendations blocks of text.
The alignment possibilities.
The builder for the TextStyle.
TypeHandler will handle the pluggable conversion and verification of Option types.
Thrown during parsing signaling an unrecognized option.