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 |
---|---|
Dependency |
PomFactory.createDependency()
Returns a new object of class 'Dependency'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Dependency> |
DependencyManagement.getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
org.eclipse.emf.common.util.EList<Dependency> |
Model.getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
org.eclipse.emf.common.util.EList<Dependency> |
Plugin.getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
org.eclipse.emf.common.util.EList<Dependency> |
Profile.getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyImpl
An implementation of the model object ' Dependency'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Dependency> |
ProfileImpl.dependencies
The cached value of the '
Dependencies ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Dependency> |
ModelImpl.dependencies
The cached value of the '
Dependencies ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Dependency> |
DependencyManagementImpl.dependencies
The cached value of the '
Dependencies ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Dependency> |
PluginImpl.dependencies
The cached value of the '
Dependencies ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Dependency |
PomFactoryImpl.createDependency() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Dependency> |
ProfileImpl.getDependencies() |
org.eclipse.emf.common.util.EList<Dependency> |
ModelImpl.getDependencies() |
org.eclipse.emf.common.util.EList<Dependency> |
DependencyManagementImpl.getDependencies() |
org.eclipse.emf.common.util.EList<Dependency> |
PluginImpl.getDependencies() |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseDependency(Dependency object)
Returns the result of interpreting the object as an instance of ' Dependency'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.