org.apache.karaf.shell.console.completer
Class CommandNamesCompleter
java.lang.Object
org.apache.karaf.shell.console.completer.CommandNamesCompleter
- All Implemented Interfaces:
- Completer
public class CommandNamesCompleter
- extends Object
- implements Completer
Completes command names
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandNamesCompleter
public CommandNamesCompleter()
CommandNamesCompleter
public CommandNamesCompleter(org.apache.felix.service.command.CommandSession session)
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.