public abstract class AbstractValueSource extends java.lang.Object implements ValueSource
Modifier and Type | Field and Description |
---|---|
private java.util.List |
feedback |
Modifier | Constructor and Description |
---|---|
protected |
AbstractValueSource(boolean usesFeedback) |
Modifier and Type | Method and Description |
---|---|
protected void |
addFeedback(java.lang.String message) |
protected void |
addFeedback(java.lang.String message,
java.lang.Throwable cause) |
void |
clearFeedback()
Clear the feedback accumulated by a prior interpolation run.
|
java.util.List |
getFeedback()
Return the feedback about resolution failures for a particular expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public java.util.List getFeedback()
ValueSource
getFeedback
in interface ValueSource
protected void addFeedback(java.lang.String message)
protected void addFeedback(java.lang.String message, java.lang.Throwable cause)