org.apache.karaf.shell.console.completer
Class CommandNamesCompleter

java.lang.Object
  extended by org.apache.karaf.shell.console.completer.CommandNamesCompleter
All Implemented Interfaces:
Completer

public class CommandNamesCompleter
extends Object
implements Completer

Completes command names


Constructor Summary
CommandNamesCompleter()
           
CommandNamesCompleter(org.apache.felix.service.command.CommandSession session)
           
 
Method Summary
protected  void checkData()
           
 int complete(String buffer, int cursor, List<String> candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandNamesCompleter

public CommandNamesCompleter()

CommandNamesCompleter

public CommandNamesCompleter(org.apache.felix.service.command.CommandSession session)
Method Detail

complete

public int complete(String buffer,
                    int cursor,
                    List<String> candidates)
Specified by:
complete in interface Completer

checkData

protected void checkData()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.