Uses of Class
jline.Terminal
-
-
Uses of Terminal in jline
Subclasses of Terminal in jline Modifier and Type Class Description classUnixTerminalTerminal that is used for unix platforms.classUnsupportedTerminalA no-op unsupported terminal.classWindowsTerminalTerminal implementation for Microsoft Windows.Methods in jline that return Terminal Modifier and Type Method Description TerminalConsoleReader. getTerminal()static TerminalTerminal. getTerminal()static TerminalTerminal. setupTerminal()Configure and return theTerminalinstance 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.
-