Class ConfigurationFactory.PropertiesConfigurationFactory

    • Field Summary

      • Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory

        digester
    • 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 PropertiesConfiguration or a XMLPropertiesConfiguration 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