Class StoppedEndpointCompleter
- java.lang.Object
-
- org.apache.cxf.karaf.commands.internal.CXFController
-
- org.apache.cxf.karaf.commands.completers.EndpointCompleterSupport
-
- org.apache.cxf.karaf.commands.completers.StoppedEndpointCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class StoppedEndpointCompleter extends EndpointCompleterSupport
-
-
Constructor Summary
Constructors Constructor Description StoppedEndpointCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanacceptsFeature(org.apache.cxf.endpoint.Server server)Method for filtering endpoint.-
Methods inherited from class org.apache.cxf.karaf.commands.completers.EndpointCompleterSupport
complete
-
Methods inherited from class org.apache.cxf.karaf.commands.internal.CXFController
getBundleContext, getBus, getBusses, getConfigAdmin
-
-
-
-
Method Detail
-
acceptsFeature
protected boolean acceptsFeature(org.apache.cxf.endpoint.Server server)
Description copied from class:EndpointCompleterSupportMethod for filtering endpoint.- Specified by:
acceptsFeaturein classEndpointCompleterSupport- Parameters:
server- The endpoint Server.- Returns:
- True if endpoint Server should be available in completer.
-
-