Package name.angoca.db2sa.cli.system

Package class diagram package name.angoca.db2sa.cli.system
This package contains implementation of the UI in a pure Java way, using the System.In and System.out classes.

See:
          Description

Class Summary
SystemInputReader Implementation of the input reader using the System.In option.
SystemInterfaceController This is the interface controller that manage the read and the printer.
SystemOutputWriter Implementation of the screen printer using the System.out function.
 

Package name.angoca.db2sa.cli.system Description

This package contains implementation of the UI in a pure Java way, using the System.In and System.out classes. However, this implementation if not user friendly and the input behavior is changed. For example, to call the help, the user writes a question mark '?' in the middle of the command and press enter. That is not the desired functionality. Java does not support shell manipulation, like history, special keys calls, etc. It uses just like a stream.
Control Version

Version:
1.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)


Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.