|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Terminal in jline |
---|
Subclasses of Terminal in jline | |
---|---|
class |
UnixTerminal
Terminal that is used for unix platforms. |
class |
UnsupportedTerminal
A no-op unsupported terminal. |
class |
WindowsTerminal
Terminal implementation for Microsoft Windows. |
Methods in jline that return Terminal | |
---|---|
Terminal |
ConsoleReader.getTerminal()
|
static Terminal |
Terminal.getTerminal()
|
static Terminal |
Terminal.setupTerminal()
Configure and return the Terminal instance for the
current platform. |
Constructors in jline with parameters of type Terminal | |
---|---|
ConsoleReader(InputStream in,
Writer out,
InputStream bindings,
Terminal term)
Create a new reader. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |