org.codehaus.waffle.registrar.pico
Interface ParameterResolver

All Known Implementing Classes:
DefaultParameterResolver

public interface ParameterResolver

Implementations of this interface will find the correct PicoContainer Parameter needed based on the argument being resolved

Author:
Michael Ward

Method Summary
 org.picocontainer.Parameter resolve(java.lang.Object arg)
          Find the correct Parameter
 

Method Detail

resolve

org.picocontainer.Parameter resolve(java.lang.Object arg)
Find the correct Parameter

Parameters:
arg - the argument to be resolved
Returns:
the correct Parameter.


Copyright © 2008. All Rights Reserved.