| Modifier and Type | Class | Description |
|---|---|---|
class |
CandidateCycleCompletionHandler |
A
CompletionHandler that deals with multiple distinct completions
by cycling through each one every time tab is pressed. |
class |
CandidateListCompletionHandler |
A
CompletionHandler that deals with multiple distinct completions
by outputting the complete list of possibilities to the console. |
| Modifier and Type | Method | Description |
|---|---|---|
CompletionHandler |
ConsoleReader.getCompletionHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConsoleReader.setCompletionHandler(CompletionHandler completionHandler) |