Interface | Description |
---|---|
ICLICommand |
All CLI launchers must implement this interface
|
IExitHandler |
This is used to handle the program exiting.
|
Class | Description |
---|---|
AbstractLauncher |
This class should be extended by classes that have a main method used to lauch them
from the command line.
|
AbstractSubCLICommand |
This is a abstract base class for the sub commands of CLI commands
|
BaseLauncher |
This is the base class of all CLI command launchers
|
DefaultExitHandler |
A default exit handler that calls
System.exit(int) |
Messages |
Message bundle class
|