public class ConfigurationFactory.DigesterConfigurationFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory
Constructor and Description |
---|
ConfigurationFactory.DigesterConfigurationFactory(Class<?> clazz)
Creates a new instance of
DigesterConfigurationFactory . |
Modifier and Type | Method and Description |
---|---|
Object |
createObject(Attributes attribs)
Creates an instance of the specified class.
|
public ConfigurationFactory.DigesterConfigurationFactory(Class<?> clazz)
DigesterConfigurationFactory
.clazz
- the class which we should instantiatepublic Object createObject(Attributes attribs) throws Exception
createObject
in interface org.apache.commons.digester.ObjectCreationFactory
createObject
in class org.apache.commons.digester.AbstractObjectCreationFactory
attribs
- the attributes (ignored)Exception
- if object creation failsCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.