Uses of Class
org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
-
Packages that use ConfigurationFactory.DigesterConfigurationFactory Package Description org.apache.commons.configuration -
-
Uses of ConfigurationFactory.DigesterConfigurationFactory in org.apache.commons.configuration
Subclasses of ConfigurationFactory.DigesterConfigurationFactory in org.apache.commons.configuration Modifier and Type Class Description class
ConfigurationFactory.FileConfigurationFactory
Deprecated.A tiny inner class that allows the Configuration Factory to let the digester construct FileConfiguration objects that already have the correct base Path set.class
ConfigurationFactory.PropertiesConfigurationFactory
Deprecated.A factory that returns an XMLPropertiesConfiguration for .xml files and a PropertiesConfiguration for the others.class
ConfigurationFactory.PropertyListConfigurationFactory
Deprecated.A factory that returns an XMLPropertyListConfiguration for .xml files and a PropertyListConfiguration for the others.
-