Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.beanutils |
In this package a
Configuration implementation can be found that
implements the DynaBean interface. |
Modifier and Type | Class and 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 and Description |
---|---|
class |
DefaultBeanFactory
The default implementation of the
BeanFactory interface. |
Modifier and Type | Method and Description |
---|---|
static BeanFactory |
BeanHelper.deregisterBeanFactory(String name)
Deregisters the bean factory with the given name.
|
static BeanFactory |
BeanHelper.getDefaultBeanFactory()
Returns the default bean factory.
|
Modifier and Type | Method and Description |
---|---|
static void |
BeanHelper.registerBeanFactory(String name,
BeanFactory factory)
Register a bean factory under a symbolic name.
|
static void |
BeanHelper.setDefaultBeanFactory(BeanFactory factory)
Sets the default bean factory.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.