@Service(value={UninstallPatchCompleter.class,org.apache.karaf.shell.console.Completer.class})
public class UninstallPatchCompleter
extends Object
implements org.apache.karaf.shell.console.Completer
| Constructor and Description |
|---|
UninstallPatchCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates) |
io.fabric8.patch.Service |
getService() |
boolean |
isInstalled() |
boolean |
isUninstalled() |
void |
setService(io.fabric8.patch.Service service) |
public int complete(String buffer, int cursor, List<String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic boolean isInstalled()
public boolean isUninstalled()
public io.fabric8.patch.Service getService()
public void setService(io.fabric8.patch.Service service)
Copyright © 2011–2014 Red Hat. All rights reserved.