All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractHelpFormatter Helps formatters provides the framework to link aHelpAppendablewith aOptionFormatterand a defaultTableDefinitionso to produce standardized format help output.AbstractHelpFormatter.Builder<B extends AbstractHelpFormatter.Builder<B,T>,T extends AbstractHelpFormatter> Abstracts building instances for subclasses.AlreadySelectedException Thrown when more than one option in an option group has been provided.AmbiguousOptionException Exception thrown when an option can't be identified from a partial name.BasicParser Deprecated. since 1.3, use theDefaultParserinsteadCommandLine Represents list of arguments parsed against aOptionsdescriptor.CommandLine.Builder A nested builder class to createCommandLineinstance using descriptive methods.CommandLineParser A class that implements theCommandLineParserinterface can parse a String array according to theOptionsspecified and return aCommandLine.Converter<T,E extends java.lang.Exception> The definition of the functional interface to call when doing a conversion.DefaultParser Default parser.DefaultParser.Builder A nested builder class to createDefaultParserinstances using descriptive methods.DefaultParser.NonOptionAction Enum representing possible actions that may be done when "non option" is discovered during parsing.DeprecatedAttributes Deprecated attributes.DeprecatedAttributes.Builder BuildsDeprecatedAttributes.FilterHelpAppendable An abstract implementation ofHelpAppendablethat writes output to anAppendableinstance.GnuParser Deprecated. since 1.3, use theDefaultParserinsteadHelpAppendable Defines a semantic scribe.HelpFormatter A default formatter implementation for standard usage.HelpFormatter Deprecated. UseHelpFormatter.HelpFormatter.Builder A builder for the HelpFormatter.HelpFormatter.Builder BuildsHelpFormatter.MissingArgumentException Thrown when an option requiring an argument is not provided with an argument.MissingOptionException Thrown when a required option has not been provided.Option Describes a single command-line option.Option.Builder BuildsOptioninstances using descriptive methods.OptionBuilder Deprecated. since 1.3, useOption.builder(String)insteadOptionFormatter The definition of how to display Option attributes.OptionFormatter.Builder Builds instances ofOptionFormatter.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. since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex casesPatternOptionBuilder Allows Options to be created from a single String.PosixParser Deprecated. since 1.3, use theDefaultParserinsteadTableDefinition The definition of a table to display.TextHelpAppendable Writes text format output.TextStyle The definition for styling recommendations blocks of text.TextStyle.Alignment The alignment possibilities.TextStyle.Builder The builder for the TextStyle.TypeHandler TypeHandler will handle the pluggable conversion and verification of Option types.UnrecognizedOptionException Thrown during parsing signaling an unrecognized option.