java.lang.Object
org.gjt.sp.jedit.pluginmgr.MirrorList
- Version:
- $Id: MirrorList.java 25233 2020-04-13 15:32:00Z kpouer $
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetXml()
static MirrorList
mirrorListFromDisk
(ProgressObserver progressObserver) static MirrorList
mirrorListFromInternet
(ProgressObserver progressObserver) void
saveXml()
-
Constructor Details
-
MirrorList
public MirrorList(String xml, ProgressObserver observer) throws ParserConfigurationException, SAXException, IOException
-
-
Method Details
-
mirrorListFromDisk
public static MirrorList mirrorListFromDisk(ProgressObserver progressObserver) throws IOException, SAXException, ParserConfigurationException -
mirrorListFromInternet
public static MirrorList mirrorListFromInternet(ProgressObserver progressObserver) throws IOException, ParserConfigurationException, SAXException -
getXml
-
getMirrors
-
saveXml
public void saveXml()
-