Uses of Interface
org.apache.commons.configuration.FileConfiguration
Packages that use FileConfiguration
Package
Description
-
Uses of FileConfiguration in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement FileConfigurationModifier and TypeClassDescriptionclass
Partial implementation of theFileConfiguration
interface.class
Base class for implementing file based hierarchical configurations.protected class
A special implementation of theFileConfiguration
interface that is used internally to implement theFileConfiguration
methods for hierarchical configurations.class
A factory class that creates a composite configuration from an XML based configuration definition file.class
A specialized hierarchical configuration implementation for parsing ini files.class
Deprecated.This class is deprecated.class
Deprecated.This class has been replaced by HierarchicalINIConfiguration, which provides a superset of the functionality offered by this class.class
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.class
Wraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.class
This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".class
A specialized hierarchical configuration class that is able to parse XML documents.class
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.Methods in org.apache.commons.configuration that return FileConfigurationModifier and TypeMethodDescriptionprotected FileConfiguration
ConfigurationFactory.FileConfigurationFactory.createConfiguration
(Attributes attributes) Creates the object, aFileConfiguration
.protected FileConfiguration
ConfigurationFactory.PropertiesConfigurationFactory.createConfiguration
(Attributes attributes) Creates the new configuration object.protected FileConfiguration
ConfigurationFactory.PropertyListConfigurationFactory.createConfiguration
(Attributes attributes) Creates the new configuration object. -
Uses of FileConfiguration in org.apache.commons.configuration.plist
Classes in org.apache.commons.configuration.plist that implement FileConfigurationModifier and TypeClassDescriptionclass
NeXT / OpenStep style configuration.class
Property list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). -
Uses of FileConfiguration in org.apache.commons.configuration.reloading
Fields in org.apache.commons.configuration.reloading declared as FileConfigurationModifier and TypeFieldDescriptionprotected FileConfiguration
FileChangedReloadingStrategy.configuration
Stores a reference to the configuration to be monitored.protected FileConfiguration
VFSFileChangedReloadingStrategy.configuration
Stores a reference to the configuration to be monitored.Methods in org.apache.commons.configuration.reloading with parameters of type FileConfigurationModifier and TypeMethodDescriptionvoid
FileChangedReloadingStrategy.setConfiguration
(FileConfiguration configuration) void
InvariantReloadingStrategy.setConfiguration
(FileConfiguration configuration) void
ManagedReloadingStrategy.setConfiguration
(FileConfiguration configuration) Sets the associated configuration.void
ReloadingStrategy.setConfiguration
(FileConfiguration configuration) Set the configuration managed by this strategy.void
VFSFileChangedReloadingStrategy.setConfiguration
(FileConfiguration configuration)