org.ofbiz.base.component
Class ComponentLoaderConfig

java.lang.Object
  extended by org.ofbiz.base.component.ComponentLoaderConfig

public class ComponentLoaderConfig
extends java.lang.Object

ComponentLoaderConfig - Component Loader configuration


Nested Class Summary
static class ComponentLoaderConfig.ComponentDef
           
 
Field Summary
static int COMPONENT_DIRECTORY
           
static java.lang.String COMPONENT_LOAD_XML_FILENAME
           
protected static java.util.List<ComponentLoaderConfig.ComponentDef> componentsToLoad
           
static java.lang.String module
           
static int SINGLE_COMPONENT
           
 
Constructor Summary
ComponentLoaderConfig()
           
 
Method Summary
static java.util.List<ComponentLoaderConfig.ComponentDef> getComponentsFromConfig(java.net.URL configUrl)
           
static java.util.List<ComponentLoaderConfig.ComponentDef> getRootComponents(java.lang.String configFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

COMPONENT_LOAD_XML_FILENAME

public static final java.lang.String COMPONENT_LOAD_XML_FILENAME
See Also:
Constant Field Values

SINGLE_COMPONENT

public static final int SINGLE_COMPONENT
See Also:
Constant Field Values

COMPONENT_DIRECTORY

public static final int COMPONENT_DIRECTORY
See Also:
Constant Field Values

componentsToLoad

protected static java.util.List<ComponentLoaderConfig.ComponentDef> componentsToLoad
Constructor Detail

ComponentLoaderConfig

public ComponentLoaderConfig()
Method Detail

getRootComponents

public static java.util.List<ComponentLoaderConfig.ComponentDef> getRootComponents(java.lang.String configFile)
                                                                            throws ComponentException
Throws:
ComponentException

getComponentsFromConfig

public static java.util.List<ComponentLoaderConfig.ComponentDef> getComponentsFromConfig(java.net.URL configUrl)
                                                                                  throws ComponentException
Throws:
ComponentException