org.ofbiz.base.component
Class ComponentLoaderConfig
java.lang.Object
org.ofbiz.base.component.ComponentLoaderConfig
public class ComponentLoaderConfig
- extends java.lang.Object
ComponentLoaderConfig - Component Loader configuration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ComponentLoaderConfig
public ComponentLoaderConfig()
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