Subclasses of ConfigurationFactory.DigesterConfigurationFactory in org.apache.commons.configuration |
class |
ConfigurationFactory.FileConfigurationFactory
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
A factory that returns an XMLPropertiesConfiguration for .xml files
and a PropertiesConfiguration for the others. |
class |
ConfigurationFactory.PropertyListConfigurationFactory
A factory that returns an XMLPropertyListConfiguration for .xml files
and a PropertyListConfiguration for the others. |