public abstract class AbstractChoicesCompleter extends AbstractCompleter
| Constructor and Description |
|---|
AbstractChoicesCompleter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<String> |
choices() |
int |
complete(String buffer,
int cursor,
List<String> candidates) |
getArgumentList