org.sf.codejen
Class CodejenObjectFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by org.sf.codejen.CodejenObjectFactory
All Implemented Interfaces:
ObjectCreationFactory

public class CodejenObjectFactory
extends AbstractObjectCreationFactory

Object factory for parsing codegen config.

Author:
Shane Ng
See Also:
AbstractObjectCreationFactory

Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
CodejenObjectFactory()
           
 
Method Summary
 Object createObject(Attributes attrs)
           
 
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

CodejenObjectFactory

public CodejenObjectFactory()
Method Detail

createObject

public Object createObject(Attributes attrs)
                    throws Exception
Specified by:
createObject in interface ObjectCreationFactory
Specified by:
createObject in class AbstractObjectCreationFactory
Throws:
Exception