public class ConfigurationDynaClass extends Object implements org.apache.commons.beanutils.DynaClass
ConfigurationDynaBean
from a wrapped configuration-collection
Configuration
instance.Constructor and Description |
---|
ConfigurationDynaClass(Configuration configuration)
Construct an instance of a
ConfigurationDynaClass
wrapping the specified Configuration instance. |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.beanutils.DynaProperty[] |
getDynaProperties() |
org.apache.commons.beanutils.DynaProperty |
getDynaProperty(String name) |
String |
getName() |
org.apache.commons.beanutils.DynaBean |
newInstance() |
public ConfigurationDynaClass(Configuration configuration)
ConfigurationDynaClass
wrapping the specified Configuration
instance.configuration
- Configuration
instance.public org.apache.commons.beanutils.DynaProperty getDynaProperty(String name)
getDynaProperty
in interface org.apache.commons.beanutils.DynaClass
public org.apache.commons.beanutils.DynaProperty[] getDynaProperties()
getDynaProperties
in interface org.apache.commons.beanutils.DynaClass
public String getName()
getName
in interface org.apache.commons.beanutils.DynaClass
public org.apache.commons.beanutils.DynaBean newInstance() throws IllegalAccessException, InstantiationException
newInstance
in interface org.apache.commons.beanutils.DynaClass
IllegalAccessException
InstantiationException
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.