com.virtuosotechnologies.lib.plugin
Class PluginInfoParser
java.lang.Object
com.virtuosotechnologies.lib.plugin.PluginInfoParser
- public class PluginInfoParser
- extends Object
Something that can parse XML into PluginInfo objects
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginInfoParser
public PluginInfoParser()
throws ParserConfigurationException,
SAXException,
IOException
- Constructor
readPluginList
public List readPluginList(InputSource source,
URL urlBase)
throws IOException,
SAXException
- Read a list of plugin infos from a file
- Parameters:
source
- the InputSource to read fromurlBase
- the base URL for jars with relative URLs
- Returns:
- a List of PluginInfo objects
- Throws:
IOException
SAXException