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