Class SingleResponseValueSource
java.lang.Object
org.codehaus.plexus.interpolation.SingleResponseValueSource
- All Implemented Interfaces:
ValueSource
If the expression matches, simply return the response object.
- Since:
- 1.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClear the feedback accumulated by a prior interpolation run.Return the feedback about resolution failures for a particular expression.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.plexus.interpolation.ValueSource
getValue
-
Constructor Details
-
SingleResponseValueSource
-
-
Method Details
-
clearFeedback
public void clearFeedback()Description copied from interface:ValueSourceClear the feedback accumulated by a prior interpolation run.- Specified by:
clearFeedbackin interfaceValueSource
-
getFeedback
Description copied from interface:ValueSourceReturn the feedback about resolution failures for a particular expression.- Specified by:
getFeedbackin interfaceValueSource- Returns:
- a combination of String and Throwable instances, where strings related to throwables are listed first.
-
getValue
- Specified by:
getValuein interfaceValueSource- Parameters:
expression- The string expression.- Returns:
- the value related to the expression, or
nullif not found. - See Also:
-