org.apache.cxf.karaf.commands.completers
Class BusCompleter

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

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


Constructor Summary
BusCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 void setController(CXFController controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusCompleter

public BusCompleter()
Method Detail

setController

public void setController(CXFController controller)

complete

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


Apache CXF