Uses of Interface
org.apache.commons.configuration.FileConfiguration

Packages that use FileConfiguration
org.apache.commons.configuration Configuration package.  
org.apache.commons.configuration.reloading   
 

Uses of FileConfiguration in org.apache.commons.configuration
 

Classes in org.apache.commons.configuration that implement FileConfiguration
 class AbstractFileConfiguration
          Partial implementation of the FileConfiguration interface.
 class HierarchicalXMLConfiguration
          Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
 class PropertiesConfiguration
          This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
 class XMLConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents.
 class XMLPropertiesConfiguration
          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.
 

Uses of FileConfiguration in org.apache.commons.configuration.reloading
 

Fields in org.apache.commons.configuration.reloading declared as FileConfiguration
protected  FileConfiguration FileChangedReloadingStrategy.configuration
           
 

Methods in org.apache.commons.configuration.reloading with parameters of type FileConfiguration
 void ReloadingStrategy.setConfiguration(FileConfiguration configuration)
          Set the configuration managed by this strategy.
 void FileChangedReloadingStrategy.setConfiguration(FileConfiguration configuration)
           
 void InvariantReloadingStrategy.setConfiguration(FileConfiguration configuration)
           
 



Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.