org.apache.commons.configuration
public class ConfigurationFactory.PropertyListConfigurationFactory extends ConfigurationFactory.FileConfigurationFactory
Constructor and Description |
---|
ConfigurationFactory.PropertyListConfigurationFactory()
Creates a new instance of
PropertyListConfigurationFactory . |
Modifier and Type | Method and Description |
---|---|
protected FileConfiguration |
createConfiguration(org.xml.sax.Attributes attributes)
Creates the new configuration object.
|
createObject
public ConfigurationFactory.PropertyListConfigurationFactory()
PropertyListConfigurationFactory
.protected FileConfiguration createConfiguration(org.xml.sax.Attributes attributes) throws java.lang.Exception
XMLPropertyListConfiguration
or a PropertyListConfiguration
object will be
returned.createConfiguration
in class ConfigurationFactory.FileConfigurationFactory
attributes
- the attributesjava.lang.Exception
- if an error occursCopyright © 2001-2014. All Rights Reserved.