org.picocontainer.script.xml
Class XMLContainerBuilderTestCase.TestFactory
java.lang.Object
org.picocontainer.script.xml.XMLContainerBuilderTestCase.TestFactory
- All Implemented Interfaces:
- XMLComponentInstanceFactory
- Enclosing class:
- XMLContainerBuilderTestCase
public static class XMLContainerBuilderTestCase.TestFactory
- extends Object
- implements XMLComponentInstanceFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLContainerBuilderTestCase.TestFactory
public XMLContainerBuilderTestCase.TestFactory()
makeInstance
public Object makeInstance(org.picocontainer.PicoContainer pico,
Element elem,
ClassLoader classLoader)
- Description copied from interface:
XMLComponentInstanceFactory
- Creates an instance of an Object from a DOM Element
- Specified by:
makeInstance
in interface XMLComponentInstanceFactory
- Parameters:
pico
- the PicoContainerelem
- the DOM ElementclassLoader
- the ClassLoader
- Returns:
- An Object instance
Copyright © 2003-2010 Codehaus. All Rights Reserved.