| Interface | Description |
|---|---|
| ParameterHandler |
Thie interface defines the callback methods used by a
ParameterParser object, when its
parse() method is called. |
| Class | Description |
|---|---|
| CommandLineUtility |
CommandLineUtility is an abstract base class for
command-line utilities.
|
| ParameterParser |
This class provides a command line parameter and option parser, suitable
for use in command line utilities, as well as other contexts where a command
line option-style syntax is desired.
|
| UsageInfo |
An instance of this class is used to specify usage information for a
command-line utility.
|
| Exception | Description |
|---|---|
| CommandLineException |
Thrown by a command-line utility when an error occurs while running the
command.
|
| CommandLineUsageException |
Thrown by a command-line utility to indicate an error on the command line.
|
| CommandLineUserException |
Thrown to indicate a user error other than a usage exception.
|