public class NamesCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
| Constructor and Description |
|---|
NamesCompleter() |
| 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) |
JndiService |
getJndiService() |
void |
setJndiService(JndiService jndiService) |
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.Completerpublic JndiService getJndiService()
public void setJndiService(JndiService jndiService)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.