| Name | Package | Description |
| BasicParser | org.apache.commons.cli | The class BasicParser provides a very simple implementation of
the flatten method. |
| CommandLine | org.apache.commons.cli | Represents list of arguments parsed against
a Options descriptor. |
| GnuParser | org.apache.commons.cli | The class GnuParser provides an implementation of the
flatten method. |
| HelpFormatter | org.apache.commons.cli | A formatter of help messages for the current command line options |
| Option | org.apache.commons.cli | Describes a single command-line option. |
| OptionBuilder | org.apache.commons.cli | OptionBuilder allows the user to create Options using descriptive
methods. |
| OptionGroup | org.apache.commons.cli | A group of mutually exclusive options. |
| Options | org.apache.commons.cli | Main entry-point into the library. |
| Parser | org.apache.commons.cli | Parser creates CommandLine s.
|
| PatternOptionBuilder | org.apache.commons.cli | Allows Options to be created from a single String. |
| PosixParser | org.apache.commons.cli | The class PosixParser provides an implementation of the
flatten method. |
| TypeHandler | org.apache.commons.cli | This is a temporary implementation. |