Modifier and Type | Class and 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 and Description |
---|---|
Terminal |
ConsoleReader.getTerminal() |
static Terminal |
Terminal.getTerminal() |
static Terminal |
Terminal.setupTerminal()
Configure and return the
Terminal instance for the
current platform. |
Constructor and Description |
---|
ConsoleReader(InputStream in,
Writer out,
InputStream bindings,
Terminal term)
Create a new reader.
|
Copyright © 2002–2020. All rights reserved.