|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
org.apache.commons.configuration.ConfigurationFactory.PropertiesConfigurationFactory
public class ConfigurationFactory.PropertiesConfigurationFactory
A factory that returns an XMLPropertiesConfiguration for .xml files and a PropertiesConfiguration for the others.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
---|
digester |
Constructor Summary | |
---|---|
ConfigurationFactory.PropertiesConfigurationFactory()
Creates a new instance of PropertiesConfigurationFactory . |
Method Summary | |
---|---|
protected FileConfiguration |
createConfiguration(org.xml.sax.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 |
---|
public ConfigurationFactory.PropertiesConfigurationFactory()
PropertiesConfigurationFactory
.
Method Detail |
---|
protected FileConfiguration createConfiguration(org.xml.sax.Attributes attributes) throws java.lang.Exception
PropertiesConfiguration
or a XMLPropertiesConfiguration
object will be
returned.
createConfiguration
in class ConfigurationFactory.FileConfigurationFactory
attributes
- the attributes
java.lang.Exception
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |