Package com.adventnet.cli.terminal
This package contains the classes related to Terminal IO handling.
See:
Description
|
Interface Summary |
| TransformationHandler |
This interface is used for performing Transformation of terminal data. |
| TranslationHandler |
This interface is used for performing Translation of terminal data. |
|
Exception Summary |
| TerminalException |
This Exception is thrown whenever an error occurs during the loading of
the transformation/translation tables or during the
transformation/translation operation. |
Package com.adventnet.cli.terminal Description
This package contains the classes related to Terminal IO handling. The
main class is the TerminalIOHandler which can be used to perform the basic
Terminal operations like translation and transformation of terminal codes.
It also contains the TransformationHandler and TranslationHandler interfaces
for plugging in custom Transformation and Translation handlers into the
TerminalIOHandler.