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 Object
implements Completer

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


Constructor Summary
CommandsCompleter()
           
CommandsCompleter(org.apache.felix.service.command.CommandSession session)
           
 
Method Summary
protected  void checkData()
           
 int complete(String buffer, int cursor, List<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()

CommandsCompleter

public CommandsCompleter(org.apache.felix.service.command.CommandSession session)
Method Detail

complete

public int complete(String buffer,
                    int cursor,
                    List<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-2012 The Apache Software Foundation. All Rights Reserved.