org.apache.karaf.shell.console.jline
Class CompleterAsCompletor

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

public class CompleterAsCompletor
extends java.lang.Object
implements jline.console.completer.Completer


Constructor Summary
CompleterAsCompletor(Completer completer)
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleterAsCompletor

public CompleterAsCompletor(Completer completer)
Method Detail

complete

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


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