org.picocontainer.injectors
Class FactoryInjectorTestCase.BrendansLoggerInjector

java.lang.Object
  extended by org.picocontainer.injectors.FactoryInjector<FactoryInjectorTestCase.BrendansLogger>
      extended by org.picocontainer.injectors.FactoryInjectorTestCase.BrendansLoggerInjector
All Implemented Interfaces:
ComponentAdapter<FactoryInjectorTestCase.BrendansLogger>, Injector<FactoryInjectorTestCase.BrendansLogger>
Enclosing class:
FactoryInjectorTestCase

public static class FactoryInjectorTestCase.BrendansLoggerInjector
extends FactoryInjector<FactoryInjectorTestCase.BrendansLogger>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.picocontainer.injectors.FactoryInjector
FactoryInjector.CantWorkItOut
 
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
ComponentAdapter.NOTHING
 
Constructor Summary
FactoryInjectorTestCase.BrendansLoggerInjector()
           
 
Method Summary
 FactoryInjectorTestCase.BrendansLogger getComponentInstance(PicoContainer arg0, Type arg1)
           
 
Methods inherited from class org.picocontainer.injectors.FactoryInjector
accept, componentHasLifecycle, decorateComponentInstance, dispose, findAdapterOfType, getClass, getComponentImplementation, getComponentInstance, getComponentKey, getDelegate, getDescriptor, getTypeArguments, start, stop, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryInjectorTestCase.BrendansLoggerInjector

public FactoryInjectorTestCase.BrendansLoggerInjector()
Method Detail

getComponentInstance

public FactoryInjectorTestCase.BrendansLogger getComponentInstance(PicoContainer arg0,
                                                                   Type arg1)
                                                            throws PicoCompositionException
Specified by:
getComponentInstance in interface ComponentAdapter<FactoryInjectorTestCase.BrendansLogger>
Specified by:
getComponentInstance in class FactoryInjector<FactoryInjectorTestCase.BrendansLogger>
Throws:
PicoCompositionException


Copyright © 2003-2011 Codehaus. All Rights Reserved.