|
Class Summary |
| ArgumentChecker |
Perform consistency checks on the argument list. |
| ArgumentComparer |
Purpose: The ArgumentComparer class
Description:
The ArgumentComparer makes sure that
-- all required arguments are supplied;
-- optional arguments that have not been supplied are
initialized to their default values;
-- no unknown arguments are supplied. |
| ArgumentDescription |
Container for command line argument specs. |
| ArgumentGetter |
Purpose: The ArgumentGetter class
Description:
The ArgumentGetter reads arguments from the command line
(or any other String[]), and presents them as a HashMap of ArrayLists. |
| ArgumentParser |
|
| ArgumentTypeSpec |
Container for command line argument type specs. |
| ArgumentValueSpec |
Container for command line argument specs. |