public class Platform extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Platform.Feature |
static class |
Platform.Site |
Constructor and Description |
---|
Platform() |
Platform(Platform other) |
Platform(org.codehaus.plexus.util.xml.Xpp3Dom dom) |
Modifier and Type | Method and Description |
---|---|
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) |
public Platform(org.codehaus.plexus.util.xml.Xpp3Dom dom)
public Platform(Platform other)
public Platform()
public void setTimestamp(long timestamp)
public static Platform read(File file) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public static void write(Platform platform, File file) throws IOException
IOException
public boolean isTransient()
public void setTransient(boolean value)
public List<Platform.Site> getSites()
public void addSite(Platform.Site site)
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.