This project has retired. For details please refer to its Attic page.

org.apache.avalon.framework.context
Interface Resolvable


public interface Resolvable

This interface is used to indicate objects that need to be resolved in some particular context.

Version:
$Id: Resolvable.java 30977 2004-07-30 08:57:54Z niclas $
Author:
Avalon Development Team

Method Summary
 java.lang.Object resolve(Context context)
          Resolve a object to a value.
 

Method Detail

resolve

public 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


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.