| Class | Description |
|---|---|
| ColorWriter |
Writer with built-in color code parser.
|
| Command |
Interface of all interactive console command implementations.
|
| JsonColorizer |
JSON serializer with color code parser.
|
| LocalReader |
System.in reader daemon.
|
| LocalRepl |
Local interactive console (uses System.in and System.out).
|
| RemoteReader |
TCP reader / writer for the telnet based REPL console.
|
| RemoteRepl |
Telnet-based (remote) interactive console.
|
| Repl |
Base superclass of all REPL (interactive console) implementations.
|
| TextTable |
Text-table formatter.
|