org.apache.camel.karaf.commands.completers
Class CamelContextCompleter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelContextCompleter
public CamelContextCompleter()
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