| Class | Description |
|---|---|
| ArgumentMap |
An ArgumentMap is a 'road map' to the arguments that can be supplied to Main
and the expected follow up.
|
| Main |
Main is a class for applications that are depending on commandline argument,
like console applications.
|
| Exception | Description |
|---|---|
| ArgumentException |
Exception for handling undefined arguments in the Main console class and
accompanying ArgumentMap
|