Package | Description |
---|---|
org.apache.commons.cli |
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicParser
Deprecated.
since 1.3, use the
DefaultParser instead |
class |
DefaultParser
Default parser.
|
class |
GnuParser
Deprecated.
since 1.3, use the
DefaultParser instead |
class |
Parser
Deprecated.
since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases
|
class |
PosixParser
Deprecated.
since 1.3, use the
DefaultParser instead |