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.


conversionExpressionEngine

ExpressionEngine conversionExpressionEngine
An expression engine used for converting child configurations to hierarchical ones.


forceReloadCheck

boolean forceReloadCheck
A flag whether an enhanced reload check is to be performed.

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

Serialized Fields

configs

Map configs
The CombinedConfigurations


configurations

List configurations
Stores a list with the contained configurations.


namedConfigurations

Map namedConfigurations
Stores a map with the named configurations.


keyPattern

String keyPattern
The key pattern for the CombinedConfiguration map


nodeCombiner

NodeCombiner nodeCombiner
Stores the combiner.

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.

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

serialVersionUID: -6357500633536941775l

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

serialVersionUID: 2548006161386850670l

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

serialVersionUID: 5597530014798917521l

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

Serialized Fields

configurationsMap

Map configurationsMap
Map of configurations


pattern

String pattern
key pattern for configurationsMap


init

boolean init
True if the constructor has finished

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

Serialized Fields

config

AbstractHierarchicalFileConfiguration config
The wrapped configuration


path

String path
The path to the subtree


trailing

boolean trailing
True if the path ends with '/', false otherwise


init

boolean init
True if the constructor has finished

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

serialVersionUID: 3105734147019386480l

Serialized Fields

parent

HierarchicalConfiguration parent
Stores the parent configuration.


subnodeKey

String subnodeKey
Stores the key that was used to construct this 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.


registeredEntities

Map registeredEntities
Stores a map with the registered public IDs.


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.


attributeSplittingDisabled

boolean attributeSplittingDisabled
A flag whether attribute splitting is disabled.


Package org.apache.commons.configuration.event

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

serialVersionUID: -7433184493062648409l

Serialized Fields

cause

Throwable cause
Stores the exception that caused this 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-2008 The Apache Software Foundation. All Rights Reserved.