Provides a small framework for command line UI's.
Class | Description |
---|---|
AbstractUI |
Provides an abstract base for command line UI's.
|
AbstractUI.Argument |
Provides the information needed by an application argument.
|
AbstractUI.Definition |
Provides a definition, that is a name and a description
|
AbstractUI.OptionalArgument |
Provides the information needed by an optional argument.
|
ShortFormResolver |
Provides shorter names for factory identifiers, to be used in command line user interfaces.
|
Enum | Description |
---|---|
AbstractUI.ExitCode |
Provides exit codes to be used by implementing classes.
|