public class DataSourceFactoryNamesCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
| Constructor and Description |
|---|
DataSourceFactoryNamesCompleter() |
| 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) |
JdbcService |
getJdbcService() |
void |
setJdbcService(JdbcService jdbcService) |
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 JdbcService getJdbcService()
public void setJdbcService(JdbcService jdbcService)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.