Package | Description |
---|---|
jline |
The core JLine API.
|
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 © 2024. All rights reserved.