Package org.eclipse.tycho.versions.pom
Class Build
- java.lang.Object
-
- org.eclipse.tycho.versions.pom.Build
-
public class Build extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private de.pdark.decentxml.Element
dom
-
Constructor Summary
Constructors Constructor Description Build(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Build
getBuild(de.pdark.decentxml.Element dom)
PluginManagement
getPluginManagement()
java.util.List<Plugin>
getPlugins()
-
-
-
Method Detail
-
getPlugins
public java.util.List<Plugin> getPlugins()
-
getPluginManagement
public PluginManagement getPluginManagement()
-
getBuild
public static Build getBuild(de.pdark.decentxml.Element dom)
-
-