public abstract class AbstractValueSource extends Object implements ValueSource
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractValueSource(boolean usesFeedback) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addFeedback(String message) | 
| protected void | addFeedback(String message,
           Throwable cause) | 
| void | clearFeedback()Clear the feedback accumulated by a prior interpolation run. | 
| 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 List getFeedback()
ValueSourcegetFeedback in interface ValueSourceprotected void addFeedback(String message)
Copyright © 2001–2016 Codehaus Plexus. All rights reserved.