Uses of Interface
org.apache.commons.configuration.FileConfiguration
-
Packages that use FileConfiguration Package Description org.apache.commons.configuration org.apache.commons.configuration.plist org.apache.commons.configuration.reloading -
-
Uses of FileConfiguration in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement FileConfiguration Modifier and Type Class Description classAbstractFileConfigurationPartial implementation of theFileConfigurationinterface.classAbstractHierarchicalFileConfigurationBase class for implementing file based hierarchical configurations.protected classAbstractHierarchicalFileConfiguration.FileConfigurationDelegateA special implementation of theFileConfigurationinterface that is used internally to implement theFileConfigurationmethods for hierarchical configurations.classDefaultConfigurationBuilderA factory class that creates a composite configuration from an XML based configuration definition file.classHierarchicalINIConfigurationA specialized hierarchical configuration implementation for parsing ini files.classHierarchicalXMLConfigurationDeprecated.This class is deprecated.classINIConfigurationDeprecated.This class has been replaced by HierarchicalINIConfiguration, which provides a superset of the functionality offered by this class.classMultiFileHierarchicalConfigurationThis 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.classPatternSubtreeConfigurationWrapperWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classPropertiesConfigurationThis is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".classXMLConfigurationA specialized hierarchical configuration class that is able to parse XML documents.classXMLPropertiesConfigurationThis 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 FileConfiguration Modifier and Type Method Description protected FileConfigurationConfigurationFactory.FileConfigurationFactory. createConfiguration(org.xml.sax.Attributes attributes)Creates the object, aFileConfiguration.protected FileConfigurationConfigurationFactory.PropertiesConfigurationFactory. createConfiguration(org.xml.sax.Attributes attributes)Creates the new configuration object.protected FileConfigurationConfigurationFactory.PropertyListConfigurationFactory. createConfiguration(org.xml.sax.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 FileConfiguration Modifier and Type Class Description classPropertyListConfigurationNeXT / OpenStep style configuration.classXMLPropertyListConfigurationProperty 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 FileConfiguration Modifier and Type Field Description protected FileConfigurationFileChangedReloadingStrategy. configurationStores a reference to the configuration to be monitored.protected FileConfigurationVFSFileChangedReloadingStrategy. configurationStores a reference to the configuration to be monitored.Methods in org.apache.commons.configuration.reloading with parameters of type FileConfiguration Modifier and Type Method Description voidFileChangedReloadingStrategy. setConfiguration(FileConfiguration configuration)voidInvariantReloadingStrategy. setConfiguration(FileConfiguration configuration)voidManagedReloadingStrategy. setConfiguration(FileConfiguration configuration)Sets the associated configuration.voidReloadingStrategy. setConfiguration(FileConfiguration configuration)Set the configuration managed by this strategy.voidVFSFileChangedReloadingStrategy. setConfiguration(FileConfiguration configuration)
-