org.apache.commons.configuration
Class ConfigurationFactory.PropertyListConfigurationFactory

java.lang.Object
  extended byorg.apache.commons.digester.AbstractObjectCreationFactory
      extended byorg.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
          extended byorg.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
              extended byorg.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory
All Implemented Interfaces:
ObjectCreationFactory
Enclosing class:
ConfigurationFactory

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

Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
ConfigurationFactory.PropertyListConfigurationFactory()
          Creates a new instance of PropertyListConfigurationFactory.
 
Method Summary
protected  FileConfiguration createConfiguration(Attributes attributes)
          Creates the new configuration object.
 
Methods inherited from class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
createObject
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFactory.PropertyListConfigurationFactory

public ConfigurationFactory.PropertyListConfigurationFactory()
Creates a new instance of PropertyListConfigurationFactory.

Method Detail

createConfiguration

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

Overrides:
createConfiguration in class ConfigurationFactory.FileConfigurationFactory
Parameters:
attributes - the attributes
Returns:
the new configuration object
Throws:
Exception - if an error occurs


Copyright © 2001-2006 The Apache Software Foundation. All Rights Reserved.