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