Uses of Interface
org.apache.commons.configuration.FileSystemBased
Packages that use FileSystemBased
-
Uses of FileSystemBased in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement FileSystemBasedModifier and TypeClassDescriptionclassPartial implementation of theFileConfigurationinterface.classBase class for implementing file based hierarchical configurations.protected classA special implementation of theFileConfigurationinterface that is used internally to implement theFileConfigurationmethods for hierarchical configurations.classA factory class that creates a composite configuration from an XML based configuration definition file.classA specialized hierarchical configuration implementation for parsing ini files.classDeprecated.This class is deprecated.classDeprecated.This class has been replaced by HierarchicalINIConfiguration, which provides a superset of the functionality offered by this class.classThis 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.classWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classThis is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".classA specialized hierarchical configuration class that is able to parse XML documents.classThis 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. -
Uses of FileSystemBased in org.apache.commons.configuration.plist
Classes in org.apache.commons.configuration.plist that implement FileSystemBasedModifier and TypeClassDescriptionclassNeXT / OpenStep style configuration.classProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).