Class UpdateSite


  • public class UpdateSite
    extends java.lang.Object
    http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/update_sitemap .html
    • Field Detail

      • parser

        private static de.pdark.decentxml.XMLParser parser
      • dom

        private final de.pdark.decentxml.Element dom
      • document

        private final de.pdark.decentxml.Document document
      • associateSitesUrl

        private java.lang.String associateSitesUrl
    • Constructor Detail

      • UpdateSite

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

      • getArchives

        public java.util.Map<java.lang.String,​java.lang.String> getArchives()
      • removeArchives

        public void removeArchives()
      • read

        public static UpdateSite read​(java.io.File file)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public static UpdateSite read​(java.io.InputStream is)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public static void write​(UpdateSite site,
                                 java.io.File file)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • isPack200

        public boolean isPack200()
      • getAssociateSitesUrl

        public java.lang.String getAssociateSitesUrl()