An interface for mutable hierarchical configurations.
This interface introduces methods for manipulating tree-like structured configuration sources. Also, all methods defined by the {@code Configuration}interface are available.
This interface does not make any assumptions about the concrete type of nodes used by an implementation; this is reflected by a generic type parameter. Concrete implementations may therefore define their own hierarchical structures.
@version $Id: HierarchicalConfiguration.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0 @param < T> the type of the nodes used by this hierarchical configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|