org.eclipse.tycho.model
Class Platform

java.lang.Object
  extended by 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


Nested Class Summary
static class Platform.Feature
           
static class Platform.Site
           
 
Constructor Summary
Platform()
           
Platform(Platform other)
           
Platform(org.codehaus.plexus.util.xml.Xpp3Dom dom)
           
 
Method Summary
 void addSite(Platform.Site site)
           
 List<Platform.Site> getSites()
           
 boolean isTransient()
           
static Platform read(File file)
           
 void setTimestamp(long timestamp)
           
 void setTransient(boolean value)
           
static void write(Platform platform, File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(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.