com.ideo.sweetdevria.config.factories
Class BuilderMappingFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by com.ideo.sweetdevria.config.factories.BuilderMappingFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public final class BuilderMappingFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory

Builder factory.


Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
BuilderMappingFactory()
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attributes)
          Supply a new instance of a builder config object.
 
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

BuilderMappingFactory

public BuilderMappingFactory()
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attributes)
Supply a new instance of a builder config object.

Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
Specified by:
createObject in class org.apache.commons.digester.AbstractObjectCreationFactory


Copyright © 2010 Ideo Technologies. All Rights Reserved.