AggregateCompleter, ArgumentCompleter, EnumCompleter, FileNameCompleter, NullCompleter, StringsCompleterpublic interface Completer
| Modifier and Type | Method | Description |
|---|---|---|
void |
complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
Populates candidates with a list of possible completions for the command line.
|
void complete(LineReader reader, ParsedLine line, List<Candidate> candidates)
reader - The line readerline - The parsed command linecandidates - The List of candidates to populateCopyright © 2020. All rights reserved.