public static class Completers.RegexCompleter extends Object implements Completer
| Modifier and Type | Class and Description |
|---|---|
static class |
Completers.RegexCompleter.ArgumentLine |
| Constructor and Description |
|---|
RegexCompleter(String syntax,
Function<String,Completer> completers) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates) |
public void complete(LineReader reader, ParsedLine line, List<Candidate> candidates)
Copyright © 2019. All rights reserved.