public class FixedInterpolatorValueSource extends Object implements ValueSource
| Constructor and Description |
|---|
FixedInterpolatorValueSource(FixedStringSearchInterpolator fixedStringSearchInterpolator) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearFeedback()
Clear the feedback accumulated by a prior interpolation run.
|
List |
getFeedback()
Return the feedback about resolution failures for a particular expression.
|
Object |
getValue(String expression) |
public FixedInterpolatorValueSource(FixedStringSearchInterpolator fixedStringSearchInterpolator)
public Object getValue(String expression)
getValue in interface ValueSourceexpression - The string expression.public List getFeedback()
ValueSourcegetFeedback in interface ValueSourcepublic void clearFeedback()
ValueSourceclearFeedback in interface ValueSourceCopyright © 2001–2019 Codehaus Plexus. All rights reserved.