Uses of Class
jline.Terminal
-
-
Uses of Terminal in jline
Subclasses of Terminal in jline 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.Methods in jline that return Terminal Modifier and Type Method Description Terminal
ConsoleReader. getTerminal()
static Terminal
Terminal. getTerminal()
static Terminal
Terminal. setupTerminal()
Configure and return theTerminal
instance for the current platform.Constructors in jline with parameters of type Terminal Constructor Description ConsoleReader(java.io.InputStream in, java.io.Writer out, java.io.InputStream bindings, Terminal term)
Create a new reader.
-