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)
Completer
List
before returning.Copyright © 2019. All rights reserved.