Package org.apache.ofbiz.base.component
Class ComponentLoaderConfig
- java.lang.Object
-
- org.apache.ofbiz.base.component.ComponentLoaderConfig
-
public final class ComponentLoaderConfig extends java.lang.Object
ComponentLoaderConfig - Component Loader configuration utility class to handle component-load.xml files
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComponentLoaderConfig.ComponentDef
static class
ComponentLoaderConfig.ComponentType
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMPONENT_LOAD_XML_FILENAME
static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ComponentLoaderConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ComponentLoaderConfig.ComponentDef>
getComponentsFromConfig(java.net.URL configUrl)
static java.util.List<ComponentLoaderConfig.ComponentDef>
getRootComponents()
-
-
-
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
-
-
Method Detail
-
getRootComponents
public static java.util.List<ComponentLoaderConfig.ComponentDef> getRootComponents() throws ComponentException
- Throws:
ComponentException
-
getComponentsFromConfig
public static java.util.List<ComponentLoaderConfig.ComponentDef> getComponentsFromConfig(java.net.URL configUrl) throws ComponentException
- Throws:
ComponentException
-
-