Class EndpointCompleterSupport
- java.lang.Object
-
- org.apache.cxf.karaf.commands.internal.CXFController
-
- org.apache.cxf.karaf.commands.completers.EndpointCompleterSupport
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
- Direct Known Subclasses:
StartedEndpointCompleter,StoppedEndpointCompleter
public abstract class EndpointCompleterSupport extends CXFController implements org.apache.karaf.shell.api.console.Completer
-
-
Constructor Summary
Constructors Constructor Description EndpointCompleterSupport()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract booleanacceptsFeature(org.apache.cxf.endpoint.Server server)Method for filtering endpoint.intcomplete(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, List<String> list)-
Methods inherited from class org.apache.cxf.karaf.commands.internal.CXFController
getBundleContext, getBus, getBusses, getConfigAdmin
-
-
-
-
Method Detail
-
complete
public int complete(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, List<String> list)- Specified by:
completein interfaceorg.apache.karaf.shell.api.console.Completer
-
acceptsFeature
protected abstract boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
Method for filtering endpoint.- Parameters:
server- The endpoint Server.- Returns:
- True if endpoint Server should be available in completer.
-
-