org.ow2.util.plan.bindings.deploymentplan
Class DeploymentPlanFragment
java.lang.Object
org.ow2.util.plan.bindings.deploymentplan.Deployment
org.ow2.util.plan.bindings.deploymentplan.DeploymentPlanFragment
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Maven2Deployment, ObrDeployment, UrlDeployment
public abstract class DeploymentPlanFragment
- extends Deployment
Extension of the Deployment binding class with additional data
(the deployment status).
- Author:
- mleduque
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.util.plan.bindings.deploymentplan.Deployment |
condition, id, idAttr, reference, referenceAttr, reloadable, reloadableAttr, repositoryRef, repositoryRefAttr, start, startAttr, startlevel, startlevelAttr, starttransient, starttransientAttr, targets |
| Methods inherited from class org.ow2.util.plan.bindings.deploymentplan.Deployment |
getCondition, getId, getIdAttr, getRepositoryRef, getRepositoryRefAttr, getStartlevel, getStartlevelAttr, getTargets, isReference, isReferenceAttr, isReloadable, isReloadableAttr, isStart, isStartAttr, isStarttransient, isStarttransientAttr, setCondition, setId, setIdAttr, setReference, setReferenceAttr, setReloadable, setReloadableAttr, setRepositoryRef, setRepositoryRefAttr, setStart, setStartAttr, setStartlevel, setStartlevelAttr, setStarttransient, setStarttransientAttr, setTargets |
DeploymentPlanFragment
public DeploymentPlanFragment()
isDeployed
public boolean isDeployed()
- Returns true if the Deployment has been deployed.
- Returns:
- true if the Deployment has been deployed.
setDeployed
public void setDeployed(boolean deployed)
- Sets the deployment state.
- Parameters:
deployed - the new state.
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.