org.apache.karaf.kar.command.completers
Class KarCompleter
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KarCompleter
public KarCompleter()
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.