org.ow2.util.plan.deploy.deployable.api
Interface DeploymentPlanDeployable

All Superinterfaces:
FileDeployable<DeploymentPlanDeployable,DeploymentPlan>, IDeployable<DeploymentPlanDeployable>

public interface DeploymentPlanDeployable
extends FileDeployable<DeploymentPlanDeployable,DeploymentPlan>

interface for deployment plan deployables.

Author:
mleduque

Method Summary
 DeploymentPlan getAttachedData()
          Returns the bindings data attached to the deployable.
 void setAttachedData(DeploymentPlan attachedData)
          Sets the bindings data attached to the deployable.
 
Methods inherited from interface org.ow2.util.ee.deploy.api.deployable.IDeployable
addExtension, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable
 

Method Detail

getAttachedData

DeploymentPlan getAttachedData()
Returns the bindings data attached to the deployable.

Specified by:
getAttachedData in interface FileDeployable<DeploymentPlanDeployable,DeploymentPlan>
Returns:
the bindings data.

setAttachedData

void setAttachedData(DeploymentPlan attachedData)
Sets the bindings data attached to the deployable.

Specified by:
setAttachedData in interface FileDeployable<DeploymentPlanDeployable,DeploymentPlan>
Parameters:
attachedData - the bindings data.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.