Uses of Package
org.jboss.migration.cli.commonscli
-
Packages that use org.jboss.migration.cli.commonscli Package Description org.jboss.migration.cli org.jboss.migration.cli.commonscli Commons CLI 1.3 -
Classes in org.jboss.migration.cli.commonscli used by org.jboss.migration.cli Class Description CommandLineParser A class that implements theCommandLineParserinterface can parse a String array according to theOptionsspecified and return aCommandLine.DefaultParser Default parser.Option Describes a single command-line option.Options Main entry-point into the commonscli.ParseException Base for Exceptions thrown during parsing of a command-line. -
Classes in org.jboss.migration.cli.commonscli used by org.jboss.migration.cli.commonscli Class Description AlreadySelectedException Thrown when more than one option in an option group has been provided.CommandLine Represents list of arguments parsed against aOptionsdescriptor.CommandLineParser A class that implements theCommandLineParserinterface can parse a String array according to theOptionsspecified and return aCommandLine.MissingOptionException Thrown when a required option has not been provided.Option Describes a single command-line option.Option.Builder A nested builder class to createOptioninstances 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 casesUnrecognizedOptionException Exception thrown during parsing signalling an unrecognized option was seen.