org.apache.commons.configuration

Class ConfigurationFactory.PropertyListConfigurationFactory

public class ConfigurationFactory.PropertyListConfigurationFactory extends ConfigurationFactory.FileConfigurationFactory

A factory that returns an XMLPropertyListConfiguration for .xml files and a PropertyListConfiguration for the others.

Since: 1.2

Constructor Summary
PropertyListConfigurationFactory()
Creates a new instance of PropertyListConfigurationFactory.
Method Summary
protected FileConfigurationcreateConfiguration(Attributes attributes)
Creates the new configuration object.

Constructor Detail

PropertyListConfigurationFactory

public PropertyListConfigurationFactory()
Creates a new instance of PropertyListConfigurationFactory.

Method Detail

createConfiguration

protected FileConfiguration createConfiguration(Attributes attributes)
Creates the new configuration object. Based on the file name provided in the attributes either a XMLPropertyListConfiguration or a PropertyListConfiguration object will be returned.

Parameters: attributes the attributes

Returns: the new configuration object

Throws: Exception if an error occurs