Package | Description |
---|---|
org.eclipse.m2e.model.edit.pom | |
org.eclipse.m2e.model.edit.pom.impl | |
org.eclipse.m2e.model.edit.pom.util |
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
PomFactory.createDistributionManagement()
Returns a new object of class 'Distribution Management'.
|
DistributionManagement |
Model.getDistributionManagement()
Returns the value of the 'Distribution Management' containment reference.
|
DistributionManagement |
Profile.getDistributionManagement()
Returns the value of the 'Distribution Management' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setDistributionManagement(DistributionManagement value)
Sets the value of the '
Distribution Management ' containment reference. |
void |
Profile.setDistributionManagement(DistributionManagement value)
Sets the value of the '
Distribution Management ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
DistributionManagementImpl
An implementation of the model object ' Distribution Management'.
|
Modifier and Type | Field and Description |
---|---|
protected DistributionManagement |
ProfileImpl.distributionManagement
The cached value of the '
Distribution Management ' containment
reference. |
protected DistributionManagement |
ModelImpl.distributionManagement
The cached value of the '
Distribution Management ' containment
reference. |
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
PomFactoryImpl.createDistributionManagement() |
DistributionManagement |
ProfileImpl.getDistributionManagement() |
DistributionManagement |
ModelImpl.getDistributionManagement() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProfileImpl.basicSetDistributionManagement(DistributionManagement newDistributionManagement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetDistributionManagement(DistributionManagement newDistributionManagement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProfileImpl.setDistributionManagement(DistributionManagement newDistributionManagement) |
void |
ModelImpl.setDistributionManagement(DistributionManagement newDistributionManagement) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseDistributionManagement(DistributionManagement object)
Returns the result of interpreting the object as an instance of ' Distribution Management'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.