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
IOException
XmlException
public PluginConfig parse(URL url, Config parentConfig) throws IOException, XmlException
IOException
XmlException
public void parseResourceLoader(org.jdom.Element element, PluginConfig pluginConfig) throws XmlException
XmlException
public void parseListeners(org.jdom.Element element, PluginConfig pluginConfig) throws XmlException
XmlException
public Map parseParameters(org.jdom.Element element) throws XmlException
XmlException
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.