Package org.eclipse.tycho.versions.pom
Class Profile
- java.lang.Object
-
- org.eclipse.tycho.versions.pom.Profile
-
public class Profile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private de.pdark.decentxml.Element
dom
-
Constructor Summary
Constructors Constructor Description Profile(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Build
getBuild()
java.util.List<GAV>
getDependencies()
DependencyManagement
getDependencyManagement()
java.lang.String
getId()
java.util.List<java.lang.String>
getModules()
java.util.List<Property>
getProperties()
-
-
-
Method Detail
-
getModules
public java.util.List<java.lang.String> getModules()
-
getId
public java.lang.String getId()
-
getBuild
public Build getBuild()
-
getDependencies
public java.util.List<GAV> getDependencies()
-
getDependencyManagement
public DependencyManagement getDependencyManagement()
-
getProperties
public java.util.List<Property> getProperties()
-
-