| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
          Description
| Interface Summary | |
|---|---|
| CommandLineParser | A class that implements the CommandLineParserinterface
 can parse a String array according to theOptionsspecified
 and return aCommandLine. | 
| Class Summary | |
|---|---|
| BasicParser | The class BasicParser provides a very simple implementation of
 the flattenmethod. | 
| CommandLine | Represents list of arguments parsed against a Optionsdescriptor. | 
| GnuParser | The class GnuParser provides an implementation of the flattenmethod. | 
| HelpFormatter | A formatter of help messages for the current command line options | 
| Option | Describes a single command-line option. | 
| OptionBuilder | OptionBuilder allows the user to create Options using descriptive methods. | 
| OptionGroup | A group of mutually exclusive options. | 
| Options | Main entry-point into the library. | 
| Parser | ParsercreatesCommandLines. | 
| PatternOptionBuilder | Allows Options to be created from a single String. | 
| PosixParser | The class PosixParser provides an implementation of the flattenmethod. | 
| TypeHandler | This is a temporary implementation. | 
| Exception Summary | |
|---|---|
| AlreadySelectedException | Thrown when more than one option in an option group has been provided. | 
| MissingArgumentException | Thrown when an option requiring an argument is not provided with an argument. | 
| MissingOptionException | Thrown when a required option has not been provided. | 
| ParseException | Base for Exceptions thrown during parsing of a command-line. | 
| UnrecognizedOptionException | Exception thrown during parsing signalling an unrecognized option was seen. | 
Commons CLI 1.2
| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||