Uses of Package
com.aspectran.shell.command.option
Packages that use com.aspectran.shell.command.option
Package
Description
Built-in commands provided by Aspectran Shell.
A simple API for presenting, processing and validating a command line interface.
-
Classes in com.aspectran.shell.command.option used by com.aspectran.jetty.shell.command
-
Classes in com.aspectran.shell.command.option used by com.aspectran.shell.commandClassDescriptionCreated: 2019-01-18Describes a single command-line option.Base for Exceptions thrown during parsing of a command-line.Main entry-point into the library.Represents list of arguments parsed against a
Options
descriptor. -
Classes in com.aspectran.shell.command.option used by com.aspectran.shell.command.builtinsClassDescriptionCreated: 2019-01-18Represents list of arguments parsed against a
Options
descriptor. -
Classes in com.aspectran.shell.command.option used by com.aspectran.shell.command.optionClassDescriptionThrown when more than one option in an option group has been provided.Created: 2019-01-18Describes a single command-line option.A nested builder class to create
Option
instances using descriptive methods.A group of mutually exclusive options.A class that implements thisOptionParser
interface can parse a String array according to theOptions
specified and return aParsedOptions
.Base for Exceptions thrown during parsing of a command-line.Main entry-point into the library.Supported Option value types.Represents list of arguments parsed against aOptions
descriptor.Exception thrown during parsing signalling an unrecognized option was seen. -
Classes in com.aspectran.shell.command.option used by com.aspectran.undertow.shell.command