Serialized Form


Package org.apache.commons.configuration

Class org.apache.commons.configuration.ConfigurationKey extends java.lang.Object implements Serializable

Serialized Fields

keyBuffer

java.lang.StringBuffer keyBuffer
Holds a buffer with the so far created key.

Class org.apache.commons.configuration.HierarchicalConfiguration.Node extends java.lang.Object implements Serializable

Serialized Fields

parent

HierarchicalConfiguration.Node parent
Stores a reference to this node's parent.


name

java.lang.String name
Stores the name of this node.


value

java.lang.Object value
Stores the value of this node.


children

java.util.Map children
Stores the children of this node.