Uses of Interface
org.codehaus.plexus.interpolation.FeedbackEnabledValueSource
-
Packages that use FeedbackEnabledValueSource Package Description org.codehaus.plexus.interpolation -
-
Uses of FeedbackEnabledValueSource in org.codehaus.plexus.interpolation
Classes in org.codehaus.plexus.interpolation that implement FeedbackEnabledValueSource Modifier and Type Class Description class
PrefixedValueSourceWrapper
ValueSource
implementation which simply wraps another value source, and trims any of a set of possible expression prefixes before delegating the modified expression to be resolved by the real value source.
-