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