Class AbstractValueSource
java.lang.Object
org.codehaus.plexus.interpolation.AbstractValueSource
- All Implemented Interfaces:
ValueSource
- Direct Known Subclasses:
EnvarBasedValueSource
,MapBasedValueSource
,ObjectBasedValueSource
,PropertiesBasedValueSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addFeedback
(String message) protected void
addFeedback
(String message, Throwable cause) void
Clear 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, wait
Methods inherited from interface org.codehaus.plexus.interpolation.ValueSource
getValue
-
Constructor Details
-
AbstractValueSource
protected AbstractValueSource(boolean usesFeedback)
-
-
Method Details
-
clearFeedback
public void clearFeedback()Description copied from interface:ValueSource
Clear the feedback accumulated by a prior interpolation run.- Specified by:
clearFeedback
in interfaceValueSource
-
getFeedback
Description copied from interface:ValueSource
Return the feedback about resolution failures for a particular expression.- Specified by:
getFeedback
in interfaceValueSource
- Returns:
- a combination of String and Throwable instances, where strings related to throwables are listed first.
-
addFeedback
-
addFeedback
-