Serialized Form


Package org.apache.commons.configuration

Class org.apache.commons.configuration.ConfigurationException extends NestableException implements Serializable

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

Serialized Fields

keyBuffer

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

Class org.apache.commons.configuration.ConfigurationRuntimeException extends NestableRuntimeException implements Serializable

Class org.apache.commons.configuration.ConversionException extends ConfigurationRuntimeException implements Serializable

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

Serialized Fields

parent

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


name

String name
Stores the name of this node.


value

Object value
Stores the value of this node.


reference

Object reference
Stores a reference to an object this node is associated with.


children

LinkedMap children
Stores the children of this node.



Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.