public class ConfigurationFactory.DigesterConfigurationFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory
Constructor and Description |
---|
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 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–2017. All rights reserved.