| Methods in org.codehaus.plexus.interpolation.fixed with parameters of type InterpolationState |
Object |
PropertiesBasedValueSource.getValue(String expression,
InterpolationState interpolationState)
|
Object |
PrefixedValueSourceWrapper.getValue(String expression,
InterpolationState interpolationState)
|
Object |
FixedStringSearchInterpolator.getValue(String realExpr,
InterpolationState interpolationState)
|
Object |
FixedValueSource.getValue(String expression,
InterpolationState interpolationState)
|
Object |
ObjectBasedValueSource.getValue(String expression,
InterpolationState interpolationState)
Split the expression into parts, tokenized on the dot ('.') character. |
Object |
MapBasedValueSource.getValue(String expression,
InterpolationState interpolationState)
Lookup the supplied expression as a key in the wrapped Map, and return
its value. |
Object |
AbstractDelegatingValueSource.getValue(String expression,
InterpolationState interpolationState)
|
Object |
EnvarBasedValueSource.getValue(String expression,
InterpolationState interpolationState)
If the expression starts with 'env.' then trim this prefix. |
String |
FixedStringSearchInterpolator.interpolate(String input,
InterpolationState interpolationState)
|