public class UpdateSite extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateSite.SiteFeatureRef |
Constructor and Description |
---|
UpdateSite(de.pdark.decentxml.Document document) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getArchives() |
String |
getAssociateSitesUrl() |
List<UpdateSite.SiteFeatureRef> |
getFeatures() |
boolean |
isPack200() |
static UpdateSite |
read(File file) |
static UpdateSite |
read(InputStream is) |
void |
removeArchives() |
static void |
write(UpdateSite site,
File file) |
public static final String SITE_XML
public List<UpdateSite.SiteFeatureRef> getFeatures()
public void removeArchives()
public static UpdateSite read(File file) throws IOException
IOException
public static UpdateSite read(InputStream is) throws IOException
IOException
public static void write(UpdateSite site, File file) throws IOException
IOException
public boolean isPack200()
public String getAssociateSitesUrl()
Copyright © 2008-2016 Eclipse Foundation. All Rights Reserved.