Interface Resolvable


  • public interface Resolvable
    This interface is used to indicate objects that need to be resolved in some particular context.
    Version:
    CVS $Revision: 1.15 $ $Date: 2003/02/11 15:58:40 $
    Author:
    Avalon Development Team
    • Method Detail

      • resolve

        java.lang.Object resolve​(Context context)
                          throws ContextException
        Resolve a object to a value.
        Parameters:
        context - the contextwith respect which to resolve
        Returns:
        the resolved object
        Throws:
        ContextException - if an error occurs