Package | Description |
---|---|
jline.console |
Console support.
|
jline.console.completer |
Console completer support.
|
Modifier and Type | Field and Description |
---|---|
private CompletionHandler |
ConsoleReader.completionHandler |
Modifier and Type | Method and Description |
---|---|
CompletionHandler |
ConsoleReader.getCompletionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleReader.setCompletionHandler(CompletionHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
CandidateListCompletionHandler
A
CompletionHandler that deals with multiple distinct completions
by outputting the complete list of possibilities to the console. |