public abstract class EndpointCompleterSupport extends CXFController implements org.apache.karaf.shell.api.console.Completer
| Constructor and Description |
|---|
EndpointCompleterSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
acceptsFeature(org.apache.cxf.endpoint.Server server)
Method for filtering endpoint.
|
int |
complete(org.apache.karaf.shell.api.console.Session session,
org.apache.karaf.shell.api.console.CommandLine commandLine,
List<String> list) |
getBundleContext, getBus, getBusses, getConfigAdminpublic int complete(org.apache.karaf.shell.api.console.Session session,
org.apache.karaf.shell.api.console.CommandLine commandLine,
List<String> list)
complete in interface org.apache.karaf.shell.api.console.Completerprotected abstract boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
server - The endpoint Server.Apache CXF