Class RouteCompleter

  • All Implemented Interfaces:
    org.apache.camel.commands.CamelController, org.apache.camel.commands.LocalCamelController, org.apache.karaf.shell.api.console.Completer

    public class RouteCompleter
    extends CamelControllerImpl
    implements org.apache.karaf.shell.api.console.Completer
    A completer for the Camel routes.
    • Constructor Summary

      Constructors 
      Constructor Description
      RouteCompleter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int complete​(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, List<String> candidates)  
      • Methods inherited from class org.apache.camel.commands.AbstractLocalCamelController

        browseInflightExchanges, getCamelContextInformation, getCamelContextStatsAsXml, getEndpointRuntimeStatistics, getEndpoints, getLocalCamelContext, getRestApiDocAsJson, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, getStepStatsAsXml, getTransformers, getValidators, resetRouteStats, stopContext, stopRoute, suspendContext, suspendRoute
      • Methods inherited from class org.apache.camel.commands.AbstractCamelController

        getCamelContexts
      • Methods inherited from interface org.apache.camel.commands.CamelController

        getCamelContexts
      • Methods inherited from interface org.apache.karaf.shell.api.console.Completer

        completeCandidates
    • Constructor Detail

      • RouteCompleter

        public RouteCompleter()
    • Method Detail

      • complete

        public int complete​(org.apache.karaf.shell.api.console.Session session,
                            org.apache.karaf.shell.api.console.CommandLine commandLine,
                            List<String> candidates)
        Specified by:
        complete in interface org.apache.karaf.shell.api.console.Completer