public final class NullCompleter extends Object implements Completer
| Modifier and Type | Field and Description |
|---|---|
static NullCompleter |
INSTANCE |
| Constructor and Description |
|---|
NullCompleter() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates)
Populates candidates with a list of possible completions for the buffer.
|
public static final NullCompleter INSTANCE
public void complete(LineReader reader, ParsedLine line, List<Candidate> candidates)
CompleterList before returning.Copyright © 2021. All rights reserved.