public interface DistributionManagement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getDistributionManagement()| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadUrl()
Returns the value of the 'Download Url' attribute.
|
Relocation |
getRelocation()
Returns the value of the 'Relocation' containment reference.
|
DeploymentRepository |
getRepository()
Returns the value of the 'Repository' containment reference.
|
Site |
getSite()
Returns the value of the 'Site' containment reference.
|
DeploymentRepository |
getSnapshotRepository()
Returns the value of the 'Snapshot Repository' containment reference.
|
String |
getStatus()
Returns the value of the 'Status' attribute.
|
boolean |
isSetRelocation()
Returns whether the value of the '
Relocation' containment reference is set. |
boolean |
isSetRepository()
Returns whether the value of the '
Repository' containment reference is set. |
boolean |
isSetSite()
Returns whether the value of the '
Site' containment reference is set. |
boolean |
isSetSnapshotRepository()
Returns whether the value of the '
Snapshot Repository'
containment reference is set. |
void |
setDownloadUrl(String value)
Sets the value of the '
Download Url' attribute. |
void |
setRelocation(Relocation value)
Sets the value of the '
Relocation' containment reference. |
void |
setRepository(DeploymentRepository value)
Sets the value of the '
Repository' containment reference. |
void |
setSite(Site value)
Sets the value of the '
Site'
containment reference. |
void |
setSnapshotRepository(DeploymentRepository value)
Sets the value of the '
Snapshot Repository' containment reference. |
void |
setStatus(String value)
Sets the value of the '
Status'
attribute. |
void |
unsetRelocation()
Unsets the value of the '
Relocation' containment reference. |
void |
unsetRepository()
Unsets the value of the '
Repository' containment reference. |
void |
unsetSite()
Unsets the value of the '
Site'
containment reference. |
void |
unsetSnapshotRepository()
Unsets the value of the '
Snapshot Repository' containment reference. |
DeploymentRepository getRepository()
isSetRepository(),
unsetRepository(),
setRepository(DeploymentRepository),
PomPackage.getDistributionManagement_Repository()void setRepository(DeploymentRepository value)
Repository' containment reference. value - the new value of the 'Repository' containment reference.isSetRepository(),
unsetRepository(),
getRepository()void unsetRepository()
Repository' containment reference. boolean isSetRepository()
Repository' containment reference is set. unsetRepository(),
getRepository(),
setRepository(DeploymentRepository)DeploymentRepository getSnapshotRepository()
isSetSnapshotRepository(),
unsetSnapshotRepository(),
setSnapshotRepository(DeploymentRepository),
PomPackage.getDistributionManagement_SnapshotRepository()void setSnapshotRepository(DeploymentRepository value)
Snapshot Repository' containment reference. value - the new value of the 'Snapshot Repository' containment reference.isSetSnapshotRepository(),
unsetSnapshotRepository(),
getSnapshotRepository()void unsetSnapshotRepository()
Snapshot Repository' containment reference. boolean isSetSnapshotRepository()
Snapshot Repository'
containment reference is set. unsetSnapshotRepository(),
getSnapshotRepository(),
setSnapshotRepository(DeploymentRepository)Site getSite()
isSetSite(),
unsetSite(),
setSite(Site),
PomPackage.getDistributionManagement_Site()void setSite(Site value)
Site'
containment reference. value - the new value of the 'Site' containment reference.isSetSite(),
unsetSite(),
getSite()void unsetSite()
Site'
containment reference. isSetSite(),
getSite(),
setSite(Site)boolean isSetSite()
Site' containment reference is set. unsetSite(),
getSite(),
setSite(Site)String getDownloadUrl()
setDownloadUrl(String),
PomPackage.getDistributionManagement_DownloadUrl()void setDownloadUrl(String value)
Download Url' attribute. value - the new value of the 'Download Url' attribute.getDownloadUrl()Relocation getRelocation()
isSetRelocation(),
unsetRelocation(),
setRelocation(Relocation),
PomPackage.getDistributionManagement_Relocation()void setRelocation(Relocation value)
Relocation' containment reference. value - the new value of the 'Relocation' containment reference.isSetRelocation(),
unsetRelocation(),
getRelocation()void unsetRelocation()
Relocation' containment reference. boolean isSetRelocation()
Relocation' containment reference is set. unsetRelocation(),
getRelocation(),
setRelocation(Relocation)String getStatus()
setStatus(String),
PomPackage.getDistributionManagement_Status()void setStatus(String value)
Status'
attribute. value - the new value of the 'Status' attribute.getStatus()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.