Generated by
JDiff

Class org.apache.commons.configuration.CombinedConfiguration

Added Methods
ExpressionEngine getConversionExpressionEngine() Returns the ExpressionEngine for converting flat child configurations to hierarchical ones.
void performReloadCheck() Triggers the contained configurations to perform a reload check if necessary.
void setConversionExpressionEngine(ExpressionEngine) Sets the ExpressionEngine for converting flat child configurations to hierarchical ones.
 

Changed Methods
List fetchNodeList(String) Method was inherited from org.apache.commons.configuration.HierarchicalConfiguration, but is now defined locally. Evaluates the passed in property key and returns a list with the matching configuration nodes.
Object getProperty(String) Method was locally defined, but is now inherited from HierarchicalConfiguration. Fetches the specified property.