All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description 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 theDefaultParser
insteadCommandLine Represents list of arguments parsed against aOptions
descriptor.CommandLineConstants CommandLineMigrationLogger CommandLineMigrationLogger_$logger Warning this class consists of generated code.CommandLineOption CommandLineOptions CommandLineOptions.Builder CommandLineParser CommandLineParser A class that implements theCommandLineParser
interface can parse a String array according to theOptions
specified and return aCommandLine
.CommandLineServerMigration The command line tool to migrate a WildFly server.DefaultParser Default parser.EnvironmentProperties The CLI environment properties.GnuParser Deprecated. since 1.3, use theDefaultParser
insteadHelpFormatter A formatter of help messages for command line options.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 A nested builder class to createOption
instances using descriptive methods.OptionBuilder Deprecated. since 1.3, useOption.builder(String)
insteadOptionGroup A group of mutually exclusive options.Options Main entry-point into the commonscli.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 theDefaultParser
insteadTypeHandler This is a temporary implementation.UnrecognizedOptionException Exception thrown during parsing signalling an unrecognized option was seen.