| Package | Description |
|---|---|
| org.apache.commons.configuration | |
| org.apache.commons.configuration.beanutils | |
| org.apache.commons.configuration.interpol |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConversionException |
Exception thrown when a property is incompatible with the type requested.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Configuration |
ConfigurationUtils.cloneConfiguration(Configuration config) |
Clones the given configuration object if this is possible.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.Object |
BeanHelper.createBean(BeanDeclaration data) |
Returns a bean instance for the specified declaration.
|
static java.lang.Object |
BeanHelper.createBean(BeanDeclaration data,
java.lang.Class<?> defaultClass) |
Returns a bean instance for the specified declaration.
|
static java.lang.Object |
BeanHelper.createBean(BeanDeclaration data,
java.lang.Class<?> defaultClass,
java.lang.Object param) |
The main method for creating and initializing beans from a configuration.
|
static void |
BeanHelper.initBean(java.lang.Object bean,
BeanDeclaration data) |
Initializes the passed in bean.
|
static void |
BeanHelper.initBeanProperties(java.lang.Object bean,
BeanDeclaration data) |
Initializes the beans properties.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ExprLookup.Variable.setValue(java.lang.Object value) |