public abstract class ChangeRequirementSupport
extends org.apache.karaf.shell.console.AbstractAction
| Constructor and Description |
|---|
ChangeRequirementSupport(io.fabric8.api.FabricService fabricService) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute() |
io.fabric8.api.FabricService |
getFabricService() |
protected abstract boolean |
updateRequirements(io.fabric8.api.FabricRequirements requirements)
Performs the updates on the requirements, returning true if the requirements are updated.
|
public ChangeRequirementSupport(io.fabric8.api.FabricService fabricService)
public io.fabric8.api.FabricService getFabricService()
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionprotected abstract boolean updateRequirements(io.fabric8.api.FabricRequirements requirements)
Copyright © 2011–2014 Red Hat. All rights reserved.