| Modifier and Type | Class | Description |
|---|---|---|
class |
UnixTerminal |
Terminal that is used for unix platforms.
|
class |
UnsupportedTerminal |
A no-op unsupported terminal.
|
class |
WindowsTerminal |
Terminal implementation for Microsoft Windows.
|
| Modifier and Type | Method | Description |
|---|---|---|
Terminal |
ConsoleReader.getTerminal() |
|
static Terminal |
Terminal.getTerminal() |
|
static Terminal |
Terminal.setupTerminal() |
Configure and return the
Terminal instance for the
current platform. |
| Constructor | Description |
|---|---|
ConsoleReader(java.io.InputStream in,
java.io.Writer out,
java.io.InputStream bindings,
Terminal term) |
Create a new reader.
|