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 |
---|---|
DependencyManagement |
PomFactory.createDependencyManagement()
Returns a new object of class 'Dependency Management'.
|
DependencyManagement |
Model.getDependencyManagement()
Returns the value of the 'Dependency Management' containment reference.
|
DependencyManagement |
Profile.getDependencyManagement()
Returns the value of the 'Dependency Management' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setDependencyManagement(DependencyManagement value)
Sets the value of the '
Dependency Management ' containment reference. |
void |
Profile.setDependencyManagement(DependencyManagement value)
Sets the value of the '
Dependency Management ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
DependencyManagementImpl
An implementation of the model object ' Dependency Management'.
|
Modifier and Type | Field and Description |
---|---|
protected DependencyManagement |
ProfileImpl.dependencyManagement
The cached value of the '
Dependency Management ' containment reference. |
protected DependencyManagement |
ModelImpl.dependencyManagement
The cached value of the '
Dependency Management ' containment reference. |
Modifier and Type | Method and Description |
---|---|
DependencyManagement |
PomFactoryImpl.createDependencyManagement() |
DependencyManagement |
ProfileImpl.getDependencyManagement() |
DependencyManagement |
ModelImpl.getDependencyManagement() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProfileImpl.basicSetDependencyManagement(DependencyManagement newDependencyManagement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetDependencyManagement(DependencyManagement newDependencyManagement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProfileImpl.setDependencyManagement(DependencyManagement newDependencyManagement) |
void |
ModelImpl.setDependencyManagement(DependencyManagement newDependencyManagement) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseDependencyManagement(DependencyManagement object)
Returns the result of interpreting the object as an instance of ' Dependency Management'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.