|
||||||||||
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.PropertyListConfigurationFactory
public class ConfigurationFactory.PropertyListConfigurationFactory
A factory that returns an XMLPropertyListConfiguration for .xml files and a PropertyListConfiguration for the others.
Field Summary |
---|
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
---|
digester |
Constructor Summary | |
---|---|
ConfigurationFactory.PropertyListConfigurationFactory()
Creates a new instance of PropertyListConfigurationFactory. |
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.PropertyListConfigurationFactory()
Method Detail |
---|
protected FileConfiguration createConfiguration(org.xml.sax.Attributes attributes) throws java.lang.Exception
XMLPropertyListConfiguration
or a PropertyListConfiguration
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 |