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.9 $
Author:
Jon Tirsén, Aslak Hellesøy

Method Summary
 ComponentAdapter resolveAdapter(MutablePicoContainer componentRegistry)
           
 

Method Detail

resolveAdapter

public ComponentAdapter resolveAdapter(MutablePicoContainer componentRegistry)
                                throws PicoIntrospectionException
Throws:
PicoIntrospectionException


Copyright © 2003 Codehaus. All Rights Reserved.