Interface | Description |
---|---|
ExecutionContext.Interface |
Generic execution context interface.
|
IODevice.Interface |
Generic input/output device interface.
|
NonBlockingIODevice.Interface |
Generic input/output device interface.
|
OutputDevice.Interface |
Generic output device interface.
|
Class | Description |
---|---|
Cli |
Command Line Interface class.
|
CommandLine |
Command line class.
|
Console |
Console input/output device.
|
Element |
CLI element class.
|
Endl |
End of line element.
|
ExecutionContext |
Execution context.
|
ExecutionContext.Common |
Common behaviours of non-blocking input/output devices, whatever their location of implementation.
|
ExecutionContext.Java |
Java-implemented execution contexts.
|
ExecutionContext.Native |
Native-implemented execution contexts.
|
ExecutionResult |
Result interface for execution contexts.
|
Help |
Help class.
|
InputFileDevice |
Input file device.
|
IODevice |
Input/output device management.
|
IODevice.Java |
Java-implemented input/output devices.
|
IODevice.Native |
Native-implemented input/output devices.
|
IOMux |
Input/output device multiplexer.
|
Keyword |
Keyword element class.
|
Menu |
Menu class.
|
MenuRef |
Menu reference element class.
|
NativeObject |
Java object corresponding to a native object class.
|
NativeTraces |
Tool class for native traces.
|
NonBlockingIODevice |
Non-blocking input device.
|
NonBlockingIODevice.Java |
Java-implemented non blocking input/output devices.
|
NonBlockingIODevice.Native |
Native-implemented input/output devices.
|
OutputDevice |
Output device management.
|
OutputDevice.Common |
Class containing all common behaviours of output devices, whatever their location of implementation.
|
OutputDevice.Java |
Java-implemented output devices.
|
OutputDevice.Native |
Native-implemented output devices.
|
OutputDevice.OutputStream |
Java output stream attached to a CLI output device.
|
OutputDevice.ScreenInfo |
Screen information.
|
OutputFileDevice |
Output file device.
|
Param |
Generic parameter element.
|
ParamFloat |
Float parameter element.
|
ParamHost |
Host parameter element.
|
ParamInt |
Integer parameter element.
|
ParamString |
String parameter element.
|
ResourceString |
Resource string class.
|
Shell |
Shell class.
|
SingleCommand |
Input file device.
|
StringDevice |
String device.
|
SyntaxNode |
A syntax node is an element which may be considered as a node in the decision tree defining the command lines.
|
SyntaxRef |
A syntax reference is an element which references a syntax tag.
|
SyntaxTag |
A syntax tag does nothing from the execution point of view, and represents no keyword nor parameter.
|
TelnetConnection | |
TelnetServer |
Telnet server class.
|
TraceClass |
Trace class description.
|
Traces |
Traces management class.
|