Package | Description |
---|---|
jline |
JLine 2.
|
jline.console |
Console support.
|
Modifier and Type | Class and Description |
---|---|
class |
AnsiWindowsTerminal
ANSI-supported
WindowsTerminal . |
class |
NoInterruptUnixTerminal
Non-interruptable (via CTRL-C)
UnixTerminal . |
class |
TerminalSupport
Provides support for
Terminal instances. |
class |
UnixTerminal
Terminal that is used for unix platforms.
|
class |
UnsupportedTerminal
An unsupported terminal.
|
class |
WindowsTerminal
Terminal implementation for Microsoft Windows.
|
Modifier and Type | Method and Description |
---|---|
static Terminal |
TerminalFactory.create() |
static Terminal |
TerminalFactory.get() |
static Terminal |
TerminalFactory.getFlavor(TerminalFactory.Flavor flavor) |
Modifier and Type | Method and Description |
---|---|
static void |
TerminalFactory.resetIf(Terminal t) |
Modifier and Type | Method and Description |
---|---|
static void |
TerminalFactory.registerFlavor(TerminalFactory.Flavor flavor,
Class<? extends Terminal> type) |
Modifier and Type | Method and Description |
---|---|
Terminal |
ConsoleReader.getTerminal() |
Constructor and Description |
---|
ConsoleReader(InputStream in,
Writer out,
InputStream bindings,
Terminal term) |
ConsoleReader(InputStream in,
Writer out,
Terminal term) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.