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

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

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

A JLine completer for the Camel contexts.


Constructor Summary
CamelContextCompleter()
           
 
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

CamelContextCompleter

public CamelContextCompleter()
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