org.picocontainer.script.xml
Class XMLContainerBuilderTestCase.TestFactory

java.lang.Object
  extended by org.picocontainer.script.xml.XMLContainerBuilderTestCase.TestFactory
All Implemented Interfaces:
XMLComponentInstanceFactory
Enclosing class:
XMLContainerBuilderTestCase

public static class XMLContainerBuilderTestCase.TestFactory
extends Object
implements XMLComponentInstanceFactory


Constructor Summary
XMLContainerBuilderTestCase.TestFactory()
           
 
Method Summary
 Object makeInstance(org.picocontainer.PicoContainer pico, Element elem, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLContainerBuilderTestCase.TestFactory

public XMLContainerBuilderTestCase.TestFactory()
Method Detail

makeInstance

public Object makeInstance(org.picocontainer.PicoContainer pico,
                           Element elem,
                           ClassLoader classLoader)
Specified by:
makeInstance in interface XMLComponentInstanceFactory


Copyright © 2003-2010 Codehaus. All Rights Reserved.