org.kuali.rice.kew.plugin
Class PluginConfigParser

java.lang.Object
  extended by 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)

Constructor Summary
PluginConfigParser()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginConfigParser

public PluginConfigParser()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.