Class FeedbackingValueSource
java.lang.Object
org.codehaus.plexus.interpolation.AbstractValueSource
org.codehaus.plexus.interpolation.FeedbackingValueSource
- All Implemented Interfaces:
ValueSource
Adds feedback on any
getValue(String) call.
One of the obvious usages is to add FeedbackingValueSource as last value source to Interpolator
to add feedback messages indicating not resolved expressions.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractValueSource
addFeedback, addFeedback, clearFeedback, getFeedbackMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ValueSource
getValue
-
Constructor Details
-
FeedbackingValueSource
public FeedbackingValueSource() -
FeedbackingValueSource
- Parameters:
messagePattern- could contain${expression}placeholder
-
-
Method Details
-
getValue
-