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 org.codehaus.plexus.interpolation.AbstractValueSource
addFeedback, addFeedback, clearFeedback, getFeedback
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
-
FeedbackingValueSource
public FeedbackingValueSource() -
FeedbackingValueSource
- Parameters:
messagePattern
- could contain${expression}
placeholder
-
-
Method Details
-
getValue
-