public class DataSourcesNameCompleter extends Object implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
DataSourcesNameCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates) |
org.apache.karaf.jdbc.JdbcService |
getJdbcService() |
void |
setJdbcService(org.apache.karaf.jdbc.JdbcService jdbcService) |
public int complete(String buffer, int cursor, List<String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic org.apache.karaf.jdbc.JdbcService getJdbcService()
public void setJdbcService(org.apache.karaf.jdbc.JdbcService jdbcService)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.