org.apache.karaf.shell.console.completer
Class NullCompleter
java.lang.Object
org.apache.karaf.shell.console.completer.NullCompleter
- All Implemented Interfaces:
- Completer
public class NullCompleter
- extends Object
- implements Completer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NullCompleter INSTANCE
NullCompleter
public NullCompleter()
complete
public int complete(String buffer,
int cursor,
List<String> candidates)
- Specified by:
complete in interface Completer
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.