org.picocontainer.internals
Class ConstantParameter

java.lang.Object
  extended byorg.picocontainer.internals.ConstantParameter
All Implemented Interfaces:
Parameter

public class ConstantParameter
extends Object
implements Parameter

Version:
$Revision: 1.1 $
Author:
Jon Tirsen (tirsen@codehaus.org)

Constructor Summary
ConstantParameter(Object parameter)
           
 
Method Summary
 Object resolve(ComponentRegistry componentRegistry, ComponentSpecification compSpec, Class targetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantParameter

public ConstantParameter(Object parameter)
Method Detail

resolve

public Object resolve(ComponentRegistry componentRegistry,
                      ComponentSpecification compSpec,
                      Class targetType)
               throws PicoInstantiationException
Specified by:
resolve in interface Parameter
Throws:
PicoInstantiationException


Copyright © 2003 Codehaus. All Rights Reserved.