org.codehaus.plexus.interpolation
public interface ValueSource
Version: $Id: ValueSource.java 7681 2008-08-22 20:34:22Z jdcasey $
Method Summary | |
---|---|
void | clearFeedback()
Clear the feedback accumulated by a prior interpolation run. |
List | getFeedback()
Return the feedback about resolution failures for a particular expression.
|
Object | getValue(String expression) |
Returns: a combination of String and Throwable instances, where strings related to throwables are listed first.
Returns: the value related to the expression, or null if not found.