org.apache.commons.configuration.beanutils |
In this package a Configuration implementation can be found that
implements the DynaBean interface. It allows to access or modify
a configuration using the classes from the Commons Beanutils package.
There are also classes for declaring beans in configuration files, from which
then instances can be created.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
Java Source File Name | Type | Comment |
BeanDeclaration.java | Interface |
Definition of an interface for declaring a bean in a configuration file.
Commons Configurations allows to define beans (i.e. |
BeanFactory.java | Interface |
Definition of an interface for bean factories.
Beans defined in configuration files are not directly created, but by so
called bean factories. |
BeanHelper.java | Class |
A helper class for creating bean instances that are defined in configuration
files.
This class provides static utility methods related to bean creation
operations. |
ConfigurationDynaBean.java | Class | The ConfigurationDynaBean dynamically reads and writes
configurations properties from a wrapped configuration-collection
org.apache.commons.configuration.Configuration instance. |
ConfigurationDynaClass.java | Class | The ConfigurationDynaClass dynamically determines properties for
a ConfigurationDynaBean from a wrapped configuration-collection
org.apache.commons.configuration.Configuration instance. |
DefaultBeanFactory.java | Class |
The default implementation of the BeanFactory interface.
This class creates beans of arbitrary types using reflection. |
TestBeanHelper.java | Class | Test class for BeanHelper. |
TestConfigurationDynaBean.java | Class | Test Case for the ConfigurationDynaBean implementation class. |
TestConfigurationDynaBeanXMLConfig.java | Class | An additional test class for ConfigurationDynaBean. |
TestDefaultBeanFactory.java | Class | Test class for DefaultBeanFactory. |
TestXMLBeanDeclaration.java | Class | Test class for XMLBeanDeclaration. |
XMLBeanDeclaration.java | Class |
An implementation of the BeanDeclaration interface that is
suitable for XML configuration files.
This class defines the standard layout of a bean declaration in an XML
configuration file. |