Package org.eclipse.tycho.versions.pom
Class DependencyManagement
- java.lang.Object
-
- org.eclipse.tycho.versions.pom.DependencyManagement
-
public class DependencyManagement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) de.pdark.decentxml.Element
dependencyManagement
-
Constructor Summary
Constructors Constructor Description DependencyManagement(de.pdark.decentxml.Element dependencyManagement)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GAV>
getDependencies()
static DependencyManagement
getDependencyManagement(de.pdark.decentxml.Element dom)
-
-
-
Method Detail
-
getDependencies
public java.util.List<GAV> getDependencies()
-
getDependencyManagement
public static DependencyManagement getDependencyManagement(de.pdark.decentxml.Element dom)
-
-