public static class Completers.AnyCompleter extends Object implements Completer
| Modifier and Type | Field and Description |
|---|---|
static Completers.AnyCompleter |
INSTANCE |
| Constructor and Description |
|---|
AnyCompleter() |
| Modifier and Type | Method and 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.