An interface for immutable hierarchical configurations.
There are some sources of configuration data that cannot be stored very well in a flat configuration object (like {@link BaseConfiguration}) because then their structure is lost. A prominent example are XML documents.
This interface extends the basic {@link ImmutableConfiguration} interface bystructured access to configuration properties. An {@link ExpressionEngine} isused to evaluate complex property keys and to map them to nodes of a tree-like structure.
@version $Id: ImmutableHierarchicalConfiguration.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|