public class GenerateDescribeCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
| Constructor and Description |
|---|
GenerateDescribeCompleter() |
| 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 userCopyright © 2014–2016 Pink Summit, LLC. All rights reserved.