Interface | Description |
---|---|
ArgumentHandler |
Interface specifying the requirements for objects wiching to be able to examine arguments
(potentially tweaking parameters) at the time of parsing, thereby allowing for usage display to
occur automatically.
|
UnknownArgumentHandler |
Interface defining unknown argument handlers, given the opportunity to either ignore the issue or
force the parameter to be dealt with.
|
Class | Description |
---|---|
Argument |
Class representing a single command line argument.
|
ArgumentProcessor |
This class is used to process command line arguments for Java programs in a flexible and powerful
manner.
|
ArgumentValues |
Result object capturing the result of processing command line arguments.
|
URLArgumentHandler |
Argument handler implementation which accepts file paths or URLs and normalizes the parameters to
URLs.
|
Exception | Description |
---|---|
UsageException |
Invalid usage exception.
|