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

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

public class CommandsCompleter
extends java.lang.Object
implements Completer

Like the CommandsCompleter but does not use OSGi but is instead used from the non-OSGi Main


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

Constructor Detail

CommandsCompleter

public CommandsCompleter(org.apache.felix.service.command.CommandSession session)
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

checkData

protected void checkData()

unProxy

protected org.apache.felix.service.command.Function unProxy(org.apache.felix.service.command.Function function)


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