Modifier and Type | Class and 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 and Description |
---|---|
CompletionHandler |
ConsoleReader.getCompletionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleReader.setCompletionHandler(CompletionHandler completionHandler) |
Copyright © 2002–2020. All rights reserved.