org.picocontainer
Class PicoBuilderTestCase.CustomComponentFactory
java.lang.Object
org.picocontainer.PicoBuilderTestCase.CustomComponentFactory
- All Implemented Interfaces:
- ComponentFactory
- Enclosing class:
- PicoBuilderTestCase
public static class PicoBuilderTestCase.CustomComponentFactory
- extends Object
- implements ComponentFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicoBuilderTestCase.CustomComponentFactory
public PicoBuilderTestCase.CustomComponentFactory(PicoBuilderTestCase.SomeContainerDependency someDependency)
createComponentAdapter
public ComponentAdapter createComponentAdapter(ComponentMonitor componentMonitor,
LifecycleStrategy lifecycleStrategy,
Properties componentProperties,
Object componentKey,
Class componentImplementation,
Parameter... parameters)
throws PicoCompositionException
- Specified by:
createComponentAdapter
in interface ComponentFactory
- Throws:
PicoCompositionException
verify
public void verify(PicoContainer container)
- Specified by:
verify
in interface ComponentFactory
accept
public void accept(PicoVisitor visitor)
- Specified by:
accept
in interface ComponentFactory
Copyright © 2003-2010 Codehaus. All Rights Reserved.