public static class RemoveSearchAfterCompleteCommand.TrueAndFalseCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
| Constructor and Description |
|---|
TrueAndFalseCompleter() |
| 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) |
public int complete(org.apache.karaf.shell.api.console.Session session,
org.apache.karaf.shell.api.console.CommandLine commandLine,
List<String> candidates)
complete in interface org.apache.karaf.shell.api.console.Completersession - the beginning string typed by the usercommandLine - the position of the cursorcandidates - the list of completions proposed to the userThis work is licensed under a Creative Commons Attribution 4.0 International License.