public static class Completers.SystemCompleter extends Object implements Completer
| Constructor and Description |
|---|
SystemCompleter() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Completers.SystemCompleter other) |
void |
add(List<String> commands,
Completer completer) |
void |
add(String command,
Completer completer) |
void |
add(String command,
List<Completer> completers) |
void |
addAliases(Map<String,String> aliasCommand) |
void |
compile() |
void |
complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates) |
Map<String,String> |
getAliases() |
Map<String,List<Completer>> |
getCompleters() |
boolean |
isCompiled() |
public void complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates)
public boolean isCompiled()
public void add(Completers.SystemCompleter other)
public void compile()
Copyright © 2020. All rights reserved.