Serialized Form


Package org.apache.commons.configuration

Class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration extends HierarchicalConfiguration implements Serializable

Serialized Fields

delegate

AbstractHierarchicalFileConfiguration.FileConfigurationDelegate delegate
Stores the delegate used for implementing functionality related to the FileConfiguration interface.

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.DataConfiguration extends AbstractConfiguration implements Serializable

Serialized Fields

configuration

Configuration configuration
Stores the wrapped configuration.

Class org.apache.commons.configuration.HierarchicalConfiguration extends AbstractConfiguration implements Serializable

Serialized Fields

root

HierarchicalConfiguration.Node root
Stores the root node of this configuration.

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.

Class org.apache.commons.configuration.HierarchicalXMLConfiguration extends XMLConfiguration implements Serializable

Class org.apache.commons.configuration.XMLConfiguration extends AbstractHierarchicalFileConfiguration implements Serializable

Serialized Fields

document

Document document
The document from this configuration's data source.


rootElementName

String rootElementName
Stores the name of the root element.


documentBuilder

DocumentBuilder documentBuilder
Stores the document builder that should be used for loading.


validating

boolean validating
Stores a flag whether DTD validation should be performed.


Package org.apache.commons.configuration.plist

Class org.apache.commons.configuration.plist.PropertyListConfiguration extends AbstractHierarchicalFileConfiguration implements Serializable

Class org.apache.commons.configuration.plist.XMLPropertyListConfiguration extends AbstractHierarchicalFileConfiguration implements Serializable

Class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode extends XMLPropertyListConfiguration.PListNode implements Serializable

Serialized Fields

list

List list
The list of values in the array.

Class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode extends HierarchicalConfiguration.Node implements Serializable



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