Library:Apache Jakarta Commons CLI
Version:1.0
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons CLI.
NamePackageDescription
BasicParserorg.apache.commons.cliThe class BasicParser provides a very simple implementation of the flatten method.
CommandLineorg.apache.commons.cli

Represents list of arguments parsed against a Options descriptor.

GnuParserorg.apache.commons.cliThe class GnuParser provides an implementation of the flatten method.
HelpFormatterorg.apache.commons.cliA formatter of help messages for the current command line options
Optionorg.apache.commons.cli

Describes a single command-line option.

OptionBuilderorg.apache.commons.cli

OptionBuilder allows the user to create Options using descriptive methods.

OptionGrouporg.apache.commons.cliA group of mutually exclusive options.
Optionsorg.apache.commons.cli

Main entry-point into the library.

Parserorg.apache.commons.cli

Parser creates CommandLine s.

PatternOptionBuilderorg.apache.commons.cliAllows Options to be created from a single String.
PosixParserorg.apache.commons.cliThe class PosixParser provides an implementation of the flatten method.
TypeHandlerorg.apache.commons.cliThis is a temporary implementation.
Search