public class Platform
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Platform.Feature |
static class |
Platform.Site |
Modifier and Type | Field and Description |
---|---|
(package private) org.codehaus.plexus.util.xml.Xpp3Dom |
dom |
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) |
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) |
public Platform(org.codehaus.plexus.util.xml.Xpp3Dom dom)
public Platform(Platform other)
public Platform()
public void setTimestamp(long timestamp)
public static Platform read(java.io.File file) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public static void write(Platform platform, java.io.File file) throws java.io.IOException
java.io.IOException
public boolean isTransient()
public void setTransient(boolean value)
public java.util.List<Platform.Site> getSites()
public void addSite(Platform.Site site)