|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |