Uses of Class
org.apache.commons.configuration.AbstractFileConfiguration
-
Packages that use AbstractFileConfiguration Package Description org.apache.commons.configuration -
-
Uses of AbstractFileConfiguration in org.apache.commons.configuration
Subclasses of AbstractFileConfiguration in org.apache.commons.configuration Modifier and Type Class Description protected classAbstractHierarchicalFileConfiguration.FileConfigurationDelegateA special implementation of theFileConfigurationinterface that is used internally to implement theFileConfigurationmethods for hierarchical configurations.classINIConfigurationDeprecated.This class has been replaced by HierarchicalINIConfiguration, which provides a superset of the functionality offered by this class.classPropertiesConfigurationThis is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".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.
-