public abstract class EnumCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
| Constructor and Description |
|---|
EnumCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(org.apache.karaf.shell.api.console.Session session,
org.apache.karaf.shell.api.console.CommandLine commandLine,
List<String> candidates) |
protected void |
setTokens(Collection<? extends Object> tokens) |
protected void |
setTokens(String... a) |
protected void setTokens(Collection<? extends Object> tokens)
protected void setTokens(String... a)
Copyright © 2020. All rights reserved.