AdventNet CLI 2.0 API Specification

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.
 

Class Summary
TerminalIOHandler This class can be used to handle Terminal Data.
TransformationHandlerImpl This class is the default implementation of the TransformationHandler interface.
TranslationHandlerImpl This class is the default implementation for the TranslationHandler interface.
 

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.


AdventNet CLI 2.0 API Specification