Class ConfigurationFactory.PropertyListConfigurationFactory

  • All Implemented Interfaces:
    org.apache.commons.digester.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 Detail

      • PropertyListConfigurationFactory

        public PropertyListConfigurationFactory()
        Creates a new instance of PropertyListConfigurationFactory.
    • Method Detail

      • createConfiguration

        protected FileConfiguration createConfiguration​(org.xml.sax.Attributes attributes)
                                                 throws java.lang.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:
        java.lang.Exception - if an error occurs