org.apache.cxf.karaf.commands.completers
Class StartedEndpointCompleter
java.lang.Object
org.apache.cxf.karaf.commands.completers.EndpointCompleterSupport
org.apache.cxf.karaf.commands.completers.StartedEndpointCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer
public class StartedEndpointCompleter
- extends EndpointCompleterSupport
|
Method Summary |
protected boolean |
acceptsFeature(org.apache.cxf.endpoint.Server server)
Method for filtering endpoint. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartedEndpointCompleter
public StartedEndpointCompleter()
acceptsFeature
protected boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
- Description copied from class:
EndpointCompleterSupport
- Method for filtering endpoint.
- Specified by:
acceptsFeature in class EndpointCompleterSupport
- Parameters:
server - The endpoint Server.
- Returns:
- True if endpoint Server should be available in completer.
Apache CXF