Uses of Class
org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate

Packages that use AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
org.apache.commons.configuration The Configuration main package.  
 

Uses of AbstractHierarchicalFileConfiguration.FileConfigurationDelegate in org.apache.commons.configuration
 

Methods in org.apache.commons.configuration that return AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
protected  AbstractHierarchicalFileConfiguration.FileConfigurationDelegate XMLConfiguration.createDelegate()
          Creates the file configuration delegate for this object.
protected  AbstractHierarchicalFileConfiguration.FileConfigurationDelegate AbstractHierarchicalFileConfiguration.createDelegate()
          Creates the file configuration delegate, i.e. the object that implements functionality required by the FileConfiguration interface.
protected  AbstractHierarchicalFileConfiguration.FileConfigurationDelegate AbstractHierarchicalFileConfiguration.getDelegate()
          Returns the file configuration delegate.
 

Methods in org.apache.commons.configuration with parameters of type AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
protected  void AbstractHierarchicalFileConfiguration.setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate delegate)
          Allows to set the file configuration delegate.
 



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