Package | Description |
---|---|
com.sshtools.server.vshell.terminal | |
jline |
The core JLine API.
|
Constructor and Description |
---|
Console(InputStream in,
OutputStream out,
InputStream bindings,
Terminal terminal,
CommandFactory<ShellCommand> commandFactory) |
Modifier and Type | Class and Description |
---|---|
class |
UnixTerminal
Terminal that is used for unix platforms.
|
class |
UnsupportedTerminal
A no-op unsupported terminal.
|
class |
WindowsTerminal
Terminal implementation for Microsoft Windows.
|
Modifier and Type | Method and Description |
---|---|
static Terminal |
Terminal.getTerminal() |
Terminal |
ConsoleReader.getTerminal() |
static Terminal |
Terminal.setupTerminal()
Configure and return the
Terminal instance for the
current platform. |
Constructor and Description |
---|
ConsoleReader(InputStream in,
OutputStream out,
InputStream bindings,
Terminal term)
Create a new reader.
|
Copyright © 2024. All rights reserved.