org.picocontainer.extras
Class ThrowawayPicoInstantiator

java.lang.Object
  extended byorg.picocontainer.extras.ThrowawayPicoInstantiator

public class ThrowawayPicoInstantiator
extends Object

A tiny helper for simple instantiation of components.

Author:
Paul Hammant

Constructor Summary
ThrowawayPicoInstantiator(MutablePicoContainer parentContainer, Class classToInstantiate)
           
 
Method Summary
 Object getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowawayPicoInstantiator

public ThrowawayPicoInstantiator(MutablePicoContainer parentContainer,
                                 Class classToInstantiate)
Method Detail

getInstance

public Object getInstance()


Copyright © 2003-2004 Codehaus. All Rights Reserved.