org.eclipse.tycho.model
Class UpdateSite

java.lang.Object
  extended by 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
static class UpdateSite.SiteFeatureRef
           
 
Field Summary
static String SITE_XML
           
 
Constructor Summary
UpdateSite(de.pdark.decentxml.Document document)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SITE_XML

public static final String SITE_XML
See Also:
Constant Field Values
Constructor Detail

UpdateSite

public UpdateSite(de.pdark.decentxml.Document document)
Method Detail

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.