| Package | Description |
|---|---|
| org.apache.commons.configuration | |
| org.apache.commons.configuration.beanutils |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DefaultConfigurationBuilder.ConfigurationProvider |
A base class for creating and initializing configuration sources.
|
static class |
DefaultConfigurationBuilder.FileConfigurationProvider |
A specialized provider implementation that deals with file based
configurations.
|
static class |
DefaultConfigurationBuilder.XMLConfigurationProvider |
A specialized configuration provider for XML configurations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultBeanFactory |
The default implementation of the
BeanFactory interface. |
| Modifier and Type | Method | Description |
|---|---|---|
static BeanFactory |
BeanHelper.deregisterBeanFactory(java.lang.String name) |
Deregisters the bean factory with the given name.
|
static BeanFactory |
BeanHelper.getDefaultBeanFactory() |
Returns the default bean factory.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
BeanHelper.registerBeanFactory(java.lang.String name,
BeanFactory factory) |
Register a bean factory under a symbolic name.
|
static void |
BeanHelper.setDefaultBeanFactory(BeanFactory factory) |
Sets the default bean factory.
|