Generated by
JDiff

Class org.apache.commons.configuration.HierarchicalConfiguration

Added Methods
SubnodeConfiguration configurationAt(String, boolean)

Returns a hierarchical subnode configuration object that wraps the configuration node specified by the given key.

SubnodeConfiguration createSubnodeConfiguration(ConfigurationNode, String) Creates a new subnode configuration for the specified node and sets its construction key.
Configuration interpolatedConfiguration() Returns a configuration with the same content as this configuration but with all variables replaced by their actual values.
void subnodeConfigurationChanged(ConfigurationEvent) This method is always called when a subnode configuration created from this configuration has been modified.
 

Added Fields
int EVENT_SUBNODE_CHANGED Constant for the subnode configuration modified event.