Uses of Package
org.apache.commons.cli
Packages that use org.apache.commons.cli
Package
Description
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
The help production system.
-
Classes in org.apache.commons.cli used by org.apache.commons.cliClassDescriptionThrown when more than one option in an option group has been provided.Represents list of arguments parsed against a
Options
descriptor.A nested builder class to createCommandLine
instance using descriptive methods.A class that implements theCommandLineParser
interface can parse a String array according to theOptions
specified and return aCommandLine
.The definition of the functional interface to call when doing a conversion.Default parser.A nested builder class to createDefaultParser
instances using descriptive methods.Enum representing possible actions that may be done when "non option" is discovered during parsing.Deprecated attributes.BuildsDeprecatedAttributes
.Deprecated.Deprecated.BuildsHelpFormatter
.Thrown when a required option has not been provided.Describes a single command-line option.BuildsOption
instances using descriptive methods.Deprecated.since 1.3, useOption.builder(String)
insteadA group of mutually exclusive options.Main entry-point into the library.Base for Exceptions thrown during parsing of a command-line.Deprecated.since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex casesTypeHandler will handle the pluggable conversion and verification of Option types.Thrown during parsing signaling an unrecognized option. -
Classes in org.apache.commons.cli used by org.apache.commons.cli.helpClassDescriptionDescribes a single command-line option.A group of mutually exclusive options.Main entry-point into the library.
HelpFormatter
.