|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents dependency between deployment descriptors, the dd containing a dependency imports from a dd which this dependency points to.
Method Summary | |
Endpoint |
getLocation()
Returns the location of the depends-on document. |
DeploymentDescriptor |
getReferredDeploymentDescriptor()
Returns the depends-on deployment descriptor. |
QName |
getReferredName()
Returns the referred name (ref attribute). |
Version |
getRequiredVersion()
Returns required version of the deployment descriptor. |
void |
setLocation(Endpoint location)
Sets the locaton of the depends-on deployment descriptor. |
Version |
setRequiredVersion(java.lang.String requiredVersion)
Sets the required version of the deployment descriptor. |
Methods inherited from interface org.systinet.wasp.dd.DocumentablePart |
getDocumentation, setDocumentation |
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart |
getDeploymentDescriptor |
Method Detail |
public DeploymentDescriptor getReferredDeploymentDescriptor()
null
if the deployment descriptor can not be found.
public QName getReferredName()
public Version getRequiredVersion()
public Version setRequiredVersion(java.lang.String requiredVersion)
requiredVersion
- the required version of the deployment
descriptor.
Version
objectpublic Endpoint getLocation()
public void setLocation(Endpoint location)
location
- the location of the dd
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |