org.kuali.rice.kew.edl
Class EDLGlobalConfigFactory

java.lang.Object
  extended by org.kuali.rice.kew.edl.EDLGlobalConfigFactory

public class EDLGlobalConfigFactory
extends Object

Builds a EDLGlobalConfig.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static String CONFIG_PROCESSOR_CLASS_NAME
           
private static String CONFIG_PROCESSOR_XPATH_XPRSN
           
 
Constructor Summary
EDLGlobalConfigFactory()
           
 
Method Summary
private static Map createConfigProcessorMap(String xpathExpression, Document doc)
           
static EDLGlobalConfig createEDLGlobalConfig(String edlConfigLocation)
           
private static Map createProcessorMap(String xpathExpression, Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_PROCESSOR_XPATH_XPRSN

private static final String CONFIG_PROCESSOR_XPATH_XPRSN
See Also:
Constant Field Values

CONFIG_PROCESSOR_CLASS_NAME

private static final String CONFIG_PROCESSOR_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

EDLGlobalConfigFactory

public EDLGlobalConfigFactory()
Method Detail

createEDLGlobalConfig

public static EDLGlobalConfig createEDLGlobalConfig(String edlConfigLocation)
                                             throws Exception
Throws:
Exception

createProcessorMap

private static Map createProcessorMap(String xpathExpression,
                                      Document doc)
                               throws Exception
Throws:
Exception

createConfigProcessorMap

private static Map createConfigProcessorMap(String xpathExpression,
                                            Document doc)
                                     throws Exception
Throws:
Exception


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.