public class SingleResponseValueSource extends Object implements ValueSource
| Constructor and Description | 
|---|
| SingleResponseValueSource(String expression,
                         Object response) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
public void clearFeedback()
ValueSourceclearFeedback in interface ValueSourcepublic List getFeedback()
ValueSourcegetFeedback in interface ValueSourcepublic Object getValue(String expression)
getValue in interface ValueSourceCopyright © 2001–2016 Codehaus Plexus. All rights reserved.