Serialized Form


Package org.apache.commons.configuration

Class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration 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 implements Serializable

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

Serialized Fields

keyBuffer

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

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

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

Class org.apache.commons.configuration.DataConfiguration implements Serializable

Serialized Fields

configuration

Configuration configuration
Stores the wrapped configuration.

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

Serialized Fields

root

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

Class org.apache.commons.configuration.HierarchicalConfiguration.Node 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 implements Serializable

Class org.apache.commons.configuration.XMLConfiguration 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 implements Serializable

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

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

Serialized Fields

list

List list
The list of values in the array.

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



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