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

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

public class NullCompleter
extends java.lang.Object
implements Completer


Field Summary
static NullCompleter INSTANCE
           
 
Constructor Summary
NullCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List<java.lang.String> candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullCompleter INSTANCE
Constructor Detail

NullCompleter

public NullCompleter()
Method Detail

complete

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


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.