Class MirrorList


  • public class MirrorList
    extends java.lang.Object
    • Constructor Detail

      • MirrorList

        public MirrorList​(java.lang.String xml,
                          ProgressObserver observer)
                   throws javax.xml.parsers.ParserConfigurationException,
                          org.xml.sax.SAXException,
                          java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException
    • Method Detail

      • mirrorListFromDisk

        public static MirrorList mirrorListFromDisk​(ProgressObserver progressObserver)
                                             throws java.io.IOException,
                                                    org.xml.sax.SAXException,
                                                    javax.xml.parsers.ParserConfigurationException
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
      • mirrorListFromInternet

        public static MirrorList mirrorListFromInternet​(ProgressObserver progressObserver)
                                                 throws java.io.IOException,
                                                        javax.xml.parsers.ParserConfigurationException,
                                                        org.xml.sax.SAXException
        Throws:
        java.io.IOException
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
      • getXml

        public java.lang.String getXml()
      • saveXml

        public void saveXml()