Uses of Class
jline.Terminal

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
static Terminal Terminal.getTerminal()
           
static Terminal Terminal.setupTerminal()
          Configure and return the Terminal instance for the current platform.
 Terminal ConsoleReader.getTerminal()
           
 

Constructors in jline with parameters of type Terminal
ConsoleReader(InputStream in, Writer out, InputStream bindings, Terminal term)
          Create a new reader.
 



Copyright © 2002-2008. All Rights Reserved.