Class ConfigurationDynaClass
java.lang.Object
org.apache.commons.configuration.beanutils.ConfigurationDynaClass
- All Implemented Interfaces:
org.apache.commons.beanutils.DynaClass
public class ConfigurationDynaClass
extends Object
implements org.apache.commons.beanutils.DynaClass
The ConfigurationDynaClass dynamically determines properties for
a
ConfigurationDynaBean from a wrapped configuration-collection
Configuration instance.- Since:
- 1.0-rc1
- Version:
- $Id: ConfigurationDynaClass.java 1366932 2012-07-29 20:06:31Z oheger $
- Author:
- Ricardo Gladwell
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationDynaClass(Configuration configuration) Construct an instance of aConfigurationDynaClasswrapping the specifiedConfigurationinstance. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.beanutils.DynaProperty[]org.apache.commons.beanutils.DynaPropertygetDynaProperty(String name) getName()org.apache.commons.beanutils.DynaBean
-
Constructor Details
-
ConfigurationDynaClass
Construct an instance of aConfigurationDynaClasswrapping the specifiedConfigurationinstance.- Parameters:
configuration-Configurationinstance.
-
-
Method Details
-
getDynaProperty
- Specified by:
getDynaPropertyin interfaceorg.apache.commons.beanutils.DynaClass
-
getDynaProperties
- Specified by:
getDynaPropertiesin interfaceorg.apache.commons.beanutils.DynaClass
-
getName
-
newInstance
public org.apache.commons.beanutils.DynaBean newInstance() throws IllegalAccessException, InstantiationException- Specified by:
newInstancein interfaceorg.apache.commons.beanutils.DynaClass- Throws:
IllegalAccessExceptionInstantiationException
-