Class ConfigurationFactory.DigesterConfigurationFactory

java.lang.Object
org.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
Direct Known Subclasses:
ConfigurationFactory.FileConfigurationFactory
Enclosing class:
ConfigurationFactory

public class ConfigurationFactory.DigesterConfigurationFactory extends org.apache.commons.digester.AbstractObjectCreationFactory
A base class for digester factory classes. This base class maintains a default class for the objects to be created. There will be sub classes for specific configuration implementations.
  • Field Summary

    Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory

    digester
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of DigesterConfigurationFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an instance of the specified class.

    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 Details

    • DigesterConfigurationFactory

      Creates a new instance of DigesterConfigurationFactory.
      Parameters:
      clazz - the class which we should instantiate
  • Method Details

    • createObject

      public Object createObject(Attributes attribs) throws Exception
      Creates an instance of the specified class.
      Specified by:
      createObject in interface org.apache.commons.digester.ObjectCreationFactory
      Specified by:
      createObject in class org.apache.commons.digester.AbstractObjectCreationFactory
      Parameters:
      attribs - the attributes (ignored)
      Returns:
      the new object
      Throws:
      Exception - if object creation fails