|
Class Summary |
| AbstractCommand |
AbstractCommand provides a simplistic base class to extend for creation of
customized Command classes. |
| CliDriver |
The CliDriver class is the workhorse of CLI4J. |
| CommandFactory |
|
| Context |
|
| Node |
|
| NullCommand |
This class is an implementation of the Null Object Pattern. |
| Parser |
The Parser class is responsible for creating the command hierarchy
parse tree. |
| ParseTree |
The ParseTree class models the command tree parsed from the command.xml
file. |
| StreamPumper |
Copies all data from an input stream to an output stream. |