Package org.eclipse.tycho.model
Class UpdateSite
- java.lang.Object
-
- org.eclipse.tycho.model.UpdateSite
-
public class UpdateSite extends Object
http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/update_sitemap .html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateSite.SiteFeatureRef
-
Constructor Summary
Constructors Constructor Description UpdateSite(de.pdark.decentxml.Document document)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
SITE_XML
public static final String SITE_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeatures
public List<UpdateSite.SiteFeatureRef> getFeatures()
-
removeArchives
public void removeArchives()
-
read
public static UpdateSite read(File file) throws IOException
- Throws:
IOException
-
read
public static UpdateSite read(InputStream is) throws IOException
- Throws:
IOException
-
write
public static void write(UpdateSite site, File file) throws IOException
- Throws:
IOException
-
isPack200
public boolean isPack200()
-
getAssociateSitesUrl
public String getAssociateSitesUrl()
-
-