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

Packages that use AbstractHierarchicalFileConfiguration
org.apache.commons.configuration The Configuration main package.  
org.apache.commons.configuration.plist Configuration classes supporting NeXT / OpenStep style configuration.  
 

Uses of AbstractHierarchicalFileConfiguration in org.apache.commons.configuration
 

Subclasses of AbstractHierarchicalFileConfiguration in org.apache.commons.configuration
 class HierarchicalXMLConfiguration
          Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
 class XMLConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents. The parsed document will be stored keeping its structure.
 

Constructors in org.apache.commons.configuration with parameters of type AbstractHierarchicalFileConfiguration
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate()
           
 

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

Subclasses of AbstractHierarchicalFileConfiguration in org.apache.commons.configuration.plist
 class PropertyListConfiguration
          NeXT / OpenStep style configuration. (http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/OldStylePListsConcept.html) Example: { foo = "bar"; array = ( value1, value2, value3 ); data = <4f3e0145ab>; nested = { key1 = value1; key2 = value; nested = { foo = bar } } }
 class XMLPropertyListConfiguration
          Mac OS X configuration file (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
 



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