public abstract class PatchActionSupport
extends org.apache.karaf.shell.console.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
protected io.fabric8.patch.Service |
service |
| Modifier | Constructor and Description |
|---|---|
protected |
PatchActionSupport(io.fabric8.patch.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
display(Iterable<io.fabric8.patch.Patch> patches,
boolean listBundles) |
protected void |
display(io.fabric8.patch.Result result) |
protected Object |
doExecute() |
protected abstract void |
doExecute(io.fabric8.patch.Service service) |
protected PatchActionSupport(io.fabric8.patch.Service service)
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionprotected abstract void doExecute(io.fabric8.patch.Service service)
throws Exception
Exceptionprotected void display(io.fabric8.patch.Result result)
protected void display(Iterable<io.fabric8.patch.Patch> patches, boolean listBundles)
Copyright © 2011–2014 Red Hat. All rights reserved.