public class ConfigurationFactory.PropertiesConfigurationFactory extends ConfigurationFactory.FileConfigurationFactory
| Constructor | Description |
|---|---|
PropertiesConfigurationFactory() |
Creates a new instance of
PropertiesConfigurationFactory. |
| Modifier and Type | Method | Description |
|---|---|---|
protected FileConfiguration |
createConfiguration(org.xml.sax.Attributes attributes) |
Creates the new configuration object.
|
getDigester, setDigestercreateObjectpublic 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