org.eclipse.tycho.model
Class Platform
java.lang.Object
org.eclipse.tycho.model.Platform
public class Platform
- extends Object
http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/
update_platform_xml.html
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Platform
public Platform(org.codehaus.plexus.util.xml.Xpp3Dom dom)
Platform
public Platform(Platform other)
Platform
public Platform()
setTimestamp
public void setTimestamp(long timestamp)
read
public static Platform read(File file)
throws IOException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
write
public static void write(Platform platform,
File file)
throws IOException
- Throws:
IOException
isTransient
public boolean isTransient()
setTransient
public void setTransient(boolean value)
getSites
public List<Platform.Site> getSites()
addSite
public void addSite(Platform.Site site)
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.