public abstract class AbstractDelegatingValueSource extends Object implements ValueSource
Modifier | Constructor and Description |
---|---|
protected |
AbstractDelegatingValueSource(ValueSource delegate) |
Modifier and Type | Method and Description |
---|---|
void |
clearFeedback()
Clear the feedback accumulated by a prior interpolation run.
|
protected ValueSource |
getDelegate() |
List |
getFeedback()
Return the feedback about resolution failures for a particular expression.
|
Object |
getValue(String expression) |
protected AbstractDelegatingValueSource(ValueSource delegate)
protected ValueSource getDelegate()
public Object getValue(String expression)
getValue
in interface ValueSource
expression
- The string expression.public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public List getFeedback()
ValueSource
getFeedback
in interface ValueSource
Copyright © 2001–2020 Codehaus Plexus. All rights reserved.