Definition of an interface for accessing the data of a configuration node.
Hierarchical configurations can deal with arbitrary node structures. In order to obtain information about a specific node object, a so-called {@code NodeHandler} is used. The handler provides a number of methods forquerying the internal state of a node in a read-only way.
@version $Id: NodeHandler.java 1624601 2014-09-12 18:04:36Z oheger $ @param < T> the type of the nodes this handler deals with
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|