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 | Method and Description |
---|---|
SubnodeConfiguration |
HierarchicalConfiguration.configurationAt(java.lang.String key)
Returns a hierarchical subnode configuration object that wraps the
configuration node specified by the given key.
|
protected SubnodeConfiguration |
HierarchicalConfiguration.createSubnodeConfiguration(ConfigurationNode node)
Creates a subnode configuration for the specified node.
|
protected SubnodeConfiguration |
SubnodeConfiguration.createSubnodeConfiguration(ConfigurationNode node)
Returns a hierarchical configuration object for the given sub node.
|
Modifier and Type | Field and Description |
---|---|
private SubnodeConfiguration |
XMLBeanDeclaration.configuration
Stores the associated configuration.
|
Modifier and Type | Method and Description |
---|---|
SubnodeConfiguration |
XMLBeanDeclaration.getConfiguration()
Returns the configuration object this bean declaration is based on.
|
Modifier and Type | Method and Description |
---|---|
private void |
XMLBeanDeclaration.initSubnodeConfiguration(SubnodeConfiguration conf)
Initializes the internally managed subnode configuration.
|
Constructor and Description |
---|
XMLBeanDeclaration(SubnodeConfiguration config,
ConfigurationNode node)
Creates a new instance of
XMLBeanDeclaration and
initializes it with the configuration node that contains the bean
declaration. |