Class StartedEndpointCompleter

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.console.Completer

    public class StartedEndpointCompleter
    extends EndpointCompleterSupport
    • Constructor Detail

      • StartedEndpointCompleter

        public StartedEndpointCompleter()
    • Method Detail

      • 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.