Interface FeedbackEnabledValueSource
-
- All Superinterfaces:
ValueSource
- All Known Implementing Classes:
PrefixedValueSourceWrapper
public interface FeedbackEnabledValueSource extends ValueSource
Deprecated.Rolled intoValueSource
now.Represents aValueSource
which provides information back to the caller about what may have gone wrong while resolving the value for an expression.
-
-
Method Summary
-
Methods inherited from interface org.codehaus.plexus.interpolation.ValueSource
clearFeedback, getFeedback, getValue
-
-