Package | Description |
---|---|
jline.console.completer |
Console completer support.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompletionHandler.complete(ConsoleReader reader,
List<CharSequence> candidates,
int position) |
boolean |
CandidateListCompletionHandler.complete(ConsoleReader reader,
List<CharSequence> candidates,
int pos) |
static void |
CandidateListCompletionHandler.printCandidates(ConsoleReader reader,
Collection<CharSequence> candidates)
Print out the candidates.
|
static void |
CandidateListCompletionHandler.setBuffer(ConsoleReader reader,
CharSequence value,
int offset) |
Copyright © 2024. All rights reserved.