public class PatchCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
PatchCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates) |
Service |
getService() |
boolean |
isInstalled() |
boolean |
isUninstalled() |
void |
setInstalled(boolean installed) |
void |
setService(Service service) |
void |
setUninstalled(boolean uninstalled) |
public int complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic Service getService()
public void setService(Service service)
public boolean isInstalled()
public void setInstalled(boolean installed)
public boolean isUninstalled()
public void setUninstalled(boolean uninstalled)
Copyright © 2015 Red Hat. All Rights Reserved.