org.picocontainer
Interface Parameter
- All Known Implementing Classes:
- ComponentParameter, ConstantParameter
- public interface Parameter
This class represents an argument to a constructor. It can be used to
have finer control over what arguments are passed to a particular
constructor.
- Version:
- $Revision: 1.14 $
- Author:
- Jon Tirsén, Aslak Hellesøy
resolveAdapter
public ComponentAdapter resolveAdapter(PicoContainer picoContainer,
java.lang.Class expectedType)
throws PicoIntrospectionException
- Parameters:
picoContainer
- the container where dependencies are resolved fromexpectedType
- the expected (dependant) type
- Returns:
- a ComponentAdapter
- Throws:
PicoIntrospectionException
Copyright © 2003-2004 Codehaus. All Rights Reserved.