Package org.apache.commons.configuration
package org.apache.commons.configuration
-
ClassDescriptionAbstract configuration class.Partial implementation of the
FileConfiguration
interface.Base class for implementing file based hierarchical configurations.Basic configuration class.A specialized SAX2 XML parser that processes configuration objects.A hierarchical composite configuration class.CompositeConfiguration
allows you to add multipleConfiguration
objects to an aggregated configuration.The main Configuration interface.Definition of an interface for objects that can create a configuration.Comparator for configurations interface.Configuration converter.Any exception that occurs while initializing a Configuration object.Deprecated.A simple data class that holds all information about a configuration from the<additional>
section.An internally used helper class for constructing the composite configuration object.Deprecated.UseDefaultConfigurationKey
instead.TheConfigurationMap
wraps a configuration-collectionConfiguration
instance to provide aMap
interface.A configuration related runtime exception.Miscellaneous utility methods for configurations.A base class for "faked"XMLReader
classes that transform a configuration object in a set of SAX parsing events.Exception thrown when a property is incompatible with the type requested.Configuration stored in a database.Decorator providing additional getters for any Configuration.A factory class that creates a composite configuration from an XML based configuration definition file.A specializedBeanDeclaration
implementation that represents the declaration of a configuration source.A base class for creating and initializing configuration sources.A specialized provider implementation that deals with file based configurations.A specialized configuration provider for XML configurations.FileSystem that uses java.io.File or HttpClientDynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.A Configuration implementation that reads the platform specific environment variables using the map returned bySystem.getenv()
.A persistent configuration loaded and saved to a file.Some FileSystems allow options to be passed on File operations.Abstract layer to allow various types of file systems.Interface used to install or locate the FileSystemA specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.A specialized visitor base class that can be used for storing the tree of configuration nodes.A data class for storing (hierarchical) property information.Definition of a visitor class for traversing a node and all of its children.A specialized SAX2 XML parser that "parses" hierarchical configuration objects.A specialized hierarchical configuration implementation for parsing ini files.A base class for hierarchical configurations with specific reloading requirements.Deprecated.This class is deprecated.Deprecated.This class has been replaced by HierarchicalINIConfiguration, which provides a superset of the functionality offered by this class.This Configuration class allows you to interface with a JNDI datasource.A simple class acting as lock.A Map based Configuration.This class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant.Wraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".A default implementation of theIOFactory
interface.Definition of an interface that allows customization of read and write operations.This class is used to read properties lines.This class is used to write properties lines.A helper class used byPropertiesConfiguration
to keep the layout of a properties file.A utility class to convert the configuration properties into any type.Strict comparator for configurations.A specialized hierarchical configuration class that wraps a single node of its parent configuration.A subset of another configuration.A configuration based on the system properties.FileSystem that uses Commons VFSA specialized hierarchical configuration class that is able to parse XML documents.This configuration implements the XML properties format introduced in Java 5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.
DefaultConfigurationBuilder
instead; this class provides the same features as ConfigurationFactory plus some more; it can also process the same configuration definition files.