org.apache.karaf.kar.command.completers
Class KarCompleter

java.lang.Object
  extended by org.apache.karaf.kar.command.completers.KarCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class KarCompleter
extends Object
implements org.apache.karaf.shell.console.Completer

Completer on all installed KAR files.


Constructor Summary
KarCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 org.apache.karaf.kar.KarService getKarService()
           
 void setKarService(org.apache.karaf.kar.KarService karService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KarCompleter

public KarCompleter()
Method Detail

complete

public int complete(String buffer,
                    int cursor,
                    List candidates)
Specified by:
complete in interface org.apache.karaf.shell.console.Completer

setKarService

public void setKarService(org.apache.karaf.kar.KarService karService)

getKarService

public org.apache.karaf.kar.KarService getKarService()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.