Package | Description |
---|---|
com.sshtools.server.vshell.terminal | |
jline |
The core JLine API.
|
Modifier and Type | Class and Description |
---|---|
class |
Console |
Modifier and Type | Method and Description |
---|---|
void |
UnsupportedTerminal.afterReadLine(ConsoleReader reader,
String prompt,
Character mask) |
void |
Terminal.afterReadLine(ConsoleReader reader,
String prompt,
Character mask)
Invokes after the console reads a line with the prompt and mask.
|
void |
UnsupportedTerminal.beforeReadLine(ConsoleReader reader,
String prompt,
Character mask) |
void |
Terminal.beforeReadLine(ConsoleReader reader,
String prompt,
Character mask)
Invokes before the console reads a line with the prompt and mask.
|
boolean |
CompletionHandler.complete(ConsoleReader reader,
List<String> candidates,
int position) |
boolean |
CandidateListCompletionHandler.complete(ConsoleReader reader,
List<String> candidates,
int pos) |
boolean |
CandidateCycleCompletionHandler.complete(ConsoleReader reader,
List<String> candidates,
int position) |
static void |
CandidateListCompletionHandler.printCandidates(ConsoleReader reader,
Collection<String> candidates,
boolean eagerNewlines)
Print out the candidates.
|
static void |
CandidateListCompletionHandler.setBuffer(ConsoleReader reader,
String value,
int offset) |
static void |
ConsoleReaderInputStream.setIn(ConsoleReader reader) |
Constructor and Description |
---|
ConsoleReaderInputStream(ConsoleReader reader) |
Copyright © 2024. All rights reserved.