public class ConfigurationFactory.PropertiesConfigurationFactory extends ConfigurationFactory.FileConfigurationFactory
| Constructor and Description |
|---|
PropertiesConfigurationFactory()
Creates a new instance of
PropertiesConfigurationFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected FileConfiguration |
createConfiguration(org.xml.sax.Attributes attributes)
Creates the new configuration object.
|
createObjectpublic PropertiesConfigurationFactory()
PropertiesConfigurationFactory.protected FileConfiguration createConfiguration(org.xml.sax.Attributes attributes) throws java.lang.Exception
PropertiesConfiguration
or a XMLPropertiesConfiguration object will be
returned.createConfiguration in class ConfigurationFactory.FileConfigurationFactoryattributes - the attributesjava.lang.Exception - if an error occurs