Class MultiFileHierarchicalConfiguration

All Implemented Interfaces:
Serializable, Cloneable, Configuration, ConfigurationErrorListener, ConfigurationListener, FileConfiguration, FileSystemBased, Reloadable, EntityResolverSupport

This class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant. For example, providing a pattern of "file:///opt/config/${product}/${client}/config.xml" will result in "product" and "client" being resolved on every call. The configuration resulting from the resolved pattern will be saved for future access.
Since:
1.6
Version:
$Id: MultiFileHierarchicalConfiguration.java 1534064 2013-10-21 08:44:33Z henning $
Author:
Commons Configuration team
See Also: