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.CombinedConfiguration extends HierarchicalConfiguration implements Serializable

serialVersionUID: 8338574525528692307l

Serialized Fields

nodeCombiner

NodeCombiner nodeCombiner
Stores the combiner.


combinedRoot

ConfigurationNode combinedRoot
Stores the combined root node.


configurations

List configurations
Stores a list with the contained configurations.


namedConfigurations

Map namedConfigurations
Stores a map with the named configurations.

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

serialVersionUID: -1316746661346991484l

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

serialVersionUID: -4299732083605277656l

Serialized Fields

keyBuffer

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

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

serialVersionUID: -7838702245512140996l

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

serialVersionUID: -5167943099293540392l

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

serialVersionUID: -69011336405718640l

Serialized Fields

configuration

Configuration configuration
Stores the wrapped configuration.

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

serialVersionUID: -3113777854714492123l

Serialized Fields

constructedConfiguration

CombinedConfiguration constructedConfiguration
Stores the configuration that is currently constructed.


providers

Map providers
Stores a map with the registered configuration providers.


configurationBasePath

String configurationBasePath
Stores the base path to the configuration sources to load.

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

serialVersionUID: 3373812230395363192l

Serialized Fields

root

HierarchicalConfiguration.Node root
Stores the root node of this configuration. This field is required for backwards compatibility only.


rootNode

ConfigurationNode rootNode
Stores the root configuration node.


expressionEngine

ExpressionEngine expressionEngine
Stores the expression engine for this instance.

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

serialVersionUID: -6357500633536941775l

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

serialVersionUID: 5597530014798917521l

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

serialVersionUID: 3105734147019386480l

Serialized Fields

parent

HierarchicalConfiguration parent
Stores the parent configuration.

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

serialVersionUID: 2453781111653383552l

Serialized Fields

document

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


rootElementName

String rootElementName
Stores the name of the root element.


publicID

String publicID
Stores the public ID from the DOCTYPE.


systemID

String systemID
Stores the system ID from the DOCTYPE.


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.event

Class org.apache.commons.configuration.event.ConfigurationEvent extends EventObject implements Serializable

serialVersionUID: 3277238219073504136l

Serialized Fields

type

int type
Stores the event type.


propertyName

String propertyName
Stores the property name.


propertyValue

Object propertyValue
Stores the property value.


beforeUpdate

boolean beforeUpdate
Stores the before update flag.


Package org.apache.commons.configuration.plist

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

serialVersionUID: 3227248503779092127l

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

serialVersionUID: -3162063751042475985l

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

serialVersionUID: 5586544306664205835l

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

serialVersionUID: -7614060264754798317l



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