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.


children

LinkedMap children
Stores the children of this node.



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