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, waitgetValuepublic void clearFeedback()
ValueSourceclearFeedback in interface ValueSourcepublic java.util.List getFeedback()
ValueSourcegetFeedback in interface ValueSourceprotected void addFeedback(java.lang.String message)
protected void addFeedback(java.lang.String message,
java.lang.Throwable cause)