org.apache.commons.configuration
public class ConfigurationFactory.PropertiesConfigurationFactory extends ConfigurationFactory.FileConfigurationFactory
Since: 1.2
Constructor Summary | |
---|---|
PropertiesConfigurationFactory()
Creates a new instance of PropertiesConfigurationFactory . |
Method Summary | |
---|---|
protected FileConfiguration | createConfiguration(Attributes attributes)
Creates the new configuration object. |
PropertiesConfigurationFactory
.PropertiesConfiguration
or a XMLPropertiesConfiguration
object will be
returned.
Parameters: attributes the attributes
Returns: the new configuration object
Throws: Exception if an error occurs