Uses of Package
com.aspectran.shell.command.option
-
Packages that use com.aspectran.shell.command.option Package Description com.aspectran.shell.command com.aspectran.shell.command.option A simple API for presenting, processing and validating a command line interface. -
Classes in com.aspectran.shell.command.option used by com.aspectran.shell.command Class Description Option Describes a single command-line option.OptionParser A class that implements thisOptionParserinterface can parse a String array according to theOptionsspecified and return aParsedOptions.OptionParserException Base for Exceptions thrown during parsing of a command-line.Options Main entry-point into the library.ParsedOptions Represents list of arguments parsed against aOptionsdescriptor. -
Classes in com.aspectran.shell.command.option used by com.aspectran.shell.command.option Class Description AlreadySelectedException Thrown when more than one option in an option group has been provided.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.OptionGroup A group of mutually exclusive options.OptionParser A class that implements thisOptionParserinterface can parse a String array according to theOptionsspecified and return aParsedOptions.OptionParserException Base for Exceptions thrown during parsing of a command-line.Options Main entry-point into the library.OptionValueType Supported Option value types.ParsedOptions Represents list of arguments parsed against aOptionsdescriptor.UnrecognizedOptionException Exception thrown during parsing signalling an unrecognized option was seen.