org.picocontainer
Class PicoBuilderTestCase.TestPicoContainer

java.lang.Object
  extended by org.picocontainer.DefaultPicoContainer
      extended by org.picocontainer.PicoBuilderTestCase.TestPicoContainer
All Implemented Interfaces:
Serializable, ComponentMonitorStrategy, Converting, Disposable, MutablePicoContainer, PicoContainer, Startable
Enclosing class:
PicoBuilderTestCase

public static class PicoBuilderTestCase.TestPicoContainer
extends DefaultPicoContainer

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.picocontainer.DefaultPicoContainer
DefaultPicoContainer.KnowsContainerAdapter<T>, DefaultPicoContainer.LateInstance
 
Field Summary
 
Fields inherited from class org.picocontainer.DefaultPicoContainer
componentFactory, componentMonitor, lifecycleStrategy, orderedComponentAdapters
 
Constructor Summary
PicoBuilderTestCase.TestPicoContainer(ComponentFactory componentFactory, ComponentMonitor monitor, LifecycleStrategy lifecycleStrategy, PicoContainer parent)
           
 
Method Summary
 
Methods inherited from class org.picocontainer.DefaultPicoContainer
accept, addAdapter, addAdapter, addAdapterInternal, addChildContainer, addComponent, addComponent, addConfig, as, change, changeMonitor, currentMonitor, decorateComponent, dispose, getComponent, getComponent, getComponent, getComponent, getComponent, getComponentAdapter, getComponentAdapter, getComponentAdapter, getComponentAdapters, getComponentAdapters, getComponentAdapters, getComponentKeyToAdapterCache, getComponents, getComponents, getConverters, getModifiableComponentAdapterList, getOrderedComponentAdapters, getParent, instantiateComponentAsIsStartable, makeChildContainer, potentiallyStartAdapter, removeChildContainer, removeComponent, removeComponentByInstance, setLifecycleState, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PicoBuilderTestCase.TestPicoContainer

public PicoBuilderTestCase.TestPicoContainer(ComponentFactory componentFactory,
                                             ComponentMonitor monitor,
                                             LifecycleStrategy lifecycleStrategy,
                                             PicoContainer parent)


Copyright © 2003-2010 Codehaus. All Rights Reserved.