org.fusesource.patch.commands.support
Class PatchCompleter
java.lang.Object
org.fusesource.patch.commands.support.PatchCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer
public class PatchCompleter
- extends java.lang.Object
- implements org.apache.karaf.shell.console.Completer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatchCompleter
public PatchCompleter()
complete
public int complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates)
- Specified by:
complete in interface org.apache.karaf.shell.console.Completer
getService
public Service getService()
setService
public void setService(Service service)
isInstalled
public boolean isInstalled()
setInstalled
public void setInstalled(boolean installed)
isUninstalled
public boolean isUninstalled()
setUninstalled
public void setUninstalled(boolean uninstalled)
Copyright © 2012 FuseSource. All Rights Reserved.