Completerpublic static class Completers.AnyCompleter extends Object implements Completer
| Modifier and Type | Field | Description |
|---|---|---|
static Completers.AnyCompleter |
INSTANCE |
| Constructor | Description |
|---|---|
AnyCompleter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
public static final Completers.AnyCompleter INSTANCE
public void complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates)
Copyright © 2020. All rights reserved.