Package | Description |
---|---|
org.codehaus.plexus.interpolation.fixed |
Modifier and Type | Method and Description |
---|---|
Object |
PropertiesBasedValueSource.getValue(String expression,
InterpolationState interpolationState) |
Object |
PrefixedValueSourceWrapper.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 |
FixedValueSource.getValue(String expression,
InterpolationState interpolationState) |
Object |
FixedStringSearchInterpolator.getValue(String realExpr,
InterpolationState interpolationState) |
Object |
EnvarBasedValueSource.getValue(String expression,
InterpolationState interpolationState)
If the expression starts with 'env.' then trim this prefix.
|
Object |
AbstractDelegatingValueSource.getValue(String expression,
InterpolationState interpolationState) |
String |
FixedStringSearchInterpolator.interpolate(String input,
InterpolationState interpolationState) |
Copyright © 2001–2021 Codehaus Plexus. All rights reserved.