public class PluginConfigParser extends Object
PluginConfig configuration from an XML file.| Constructor and Description |
|---|
PluginConfigParser() |
| Modifier and Type | Method and Description |
|---|---|
PluginConfig |
parse(File configFile,
Config parentConfig) |
PluginConfig |
parse(URL url,
Config parentConfig) |
void |
parseListeners(org.jdom.Element element,
PluginConfig pluginConfig) |
Map |
parseParameters(org.jdom.Element element) |
void |
parseResourceLoader(org.jdom.Element element,
PluginConfig pluginConfig) |
public PluginConfigParser()
public PluginConfig parse(File configFile, Config parentConfig) throws IOException, XmlException
IOExceptionXmlExceptionpublic PluginConfig parse(URL url, Config parentConfig) throws IOException, XmlException
IOExceptionXmlExceptionpublic void parseResourceLoader(org.jdom.Element element, PluginConfig pluginConfig) throws XmlException
XmlExceptionpublic void parseListeners(org.jdom.Element element, PluginConfig pluginConfig) throws XmlException
XmlExceptionpublic Map parseParameters(org.jdom.Element element) throws XmlException
XmlExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.