org.kuali.rice.kew.plugin
Class PluginConfigParser
java.lang.Object
org.kuali.rice.kew.plugin.PluginConfigParser
public class PluginConfigParser
- extends Object
Parses a PluginConfig
configuration from an XML file.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginConfigParser
public PluginConfigParser()
parse
public PluginConfig parse(File configFile,
Config parentConfig)
throws IOException,
XmlException
- Throws:
IOException
XmlException
parse
public PluginConfig parse(URL url,
Config parentConfig)
throws IOException,
XmlException
- Throws:
IOException
XmlException
parseResourceLoader
public void parseResourceLoader(org.jdom.Element element,
PluginConfig pluginConfig)
throws XmlException
- Throws:
XmlException
parseListeners
public void parseListeners(org.jdom.Element element,
PluginConfig pluginConfig)
throws XmlException
- Throws:
XmlException
parseParameters
public Map parseParameters(org.jdom.Element element)
throws XmlException
- Throws:
XmlException
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.