Package org.eclipse.tycho.model
Class Platform
- java.lang.Object
-
- org.eclipse.tycho.model.Platform
-
public class Platform extends java.lang.Object
https://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/ update_platform_xml.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Platform.Feature
static class
Platform.Site
-
Field Summary
Fields Modifier and Type Field Description (package private) org.codehaus.plexus.util.xml.Xpp3Dom
dom
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSite(Platform.Site site)
java.util.List<Platform.Site>
getSites()
boolean
isTransient()
static Platform
read(java.io.File file)
void
setTimestamp(long timestamp)
void
setTransient(boolean value)
static void
write(Platform platform, java.io.File file)
-
-
-
Constructor Detail
-
Platform
public Platform(org.codehaus.plexus.util.xml.Xpp3Dom dom)
-
Platform
public Platform(Platform other)
-
Platform
public Platform()
-
-
Method Detail
-
setTimestamp
public void setTimestamp(long timestamp)
-
read
public static Platform read(java.io.File file) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
write
public static void write(Platform platform, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
isTransient
public boolean isTransient()
-
setTransient
public void setTransient(boolean value)
-
getSites
public java.util.List<Platform.Site> getSites()
-
addSite
public void addSite(Platform.Site site)
-
-