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
|
Constructor Summary |
UpdateSite(de.pdark.decentxml.Document document)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SITE_XML
public static final String SITE_XML
- See Also:
- Constant Field Values
UpdateSite
public UpdateSite(de.pdark.decentxml.Document document)
getFeatures
public List<UpdateSite.SiteFeatureRef> getFeatures()
getArchives
public Map<String,String> getArchives()
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()
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.