public interface DependencyManagement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getDependencyManagement()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Dependency> |
getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
boolean |
isSetDependencies()
Returns whether the value of the '
Dependencies ' containment reference list is set. |
void |
unsetDependencies()
Unsets the value of the '
Dependencies ' containment reference list. |
org.eclipse.emf.common.util.EList<Dependency> getDependencies()
Dependency
. 4.0.0 The dependencies specified here are not used until they are referenced in a POM within
the group. This allows the specification of a "standard" version for a particular dependency. isSetDependencies()
,
unsetDependencies()
,
PomPackage.getDependencyManagement_Dependencies()
void unsetDependencies()
Dependencies
' containment reference list. isSetDependencies()
,
getDependencies()
boolean isSetDependencies()
Dependencies
' containment reference list is set. unsetDependencies()
,
getDependencies()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.