org.apache.camel.karaf.commands.completers
Class RouteCompleter

java.lang.Object
  extended by org.apache.camel.karaf.commands.completers.RouteCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class RouteCompleter
extends Object
implements org.apache.karaf.shell.console.Completer

A Jline completer for the Camel routes.


Constructor Summary
RouteCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 void setCamelController(CamelController camelController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteCompleter

public RouteCompleter()
Method Detail

setCamelController

public void setCamelController(CamelController camelController)

complete

public int complete(String buffer,
                    int cursor,
                    List candidates)
Specified by:
complete in interface org.apache.karaf.shell.console.Completer


Apache CAMEL