Package | Description |
---|---|
org.codehaus.plexus.interpolation | |
org.codehaus.plexus.interpolation.fixed |
Modifier and Type | Field and Description |
---|---|
private InterpolationState |
FixedInterpolatorValueSource.errorCollector |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
EnvarBasedValueSource.getValue(java.lang.String expression,
InterpolationState interpolationState)
If the expression starts with 'env.' then trim this prefix.
|
java.lang.Object |
ObjectBasedValueSource.getValue(java.lang.String expression,
InterpolationState interpolationState)
Split the expression into parts, tokenized on the dot ('.') character.
|
java.lang.Object |
MapBasedValueSource.getValue(java.lang.String expression,
InterpolationState interpolationState)
Lookup the supplied expression as a key in the wrapped Map, and return
its value.
|
java.lang.Object |
FixedValueSource.getValue(java.lang.String expression,
InterpolationState interpolationState) |
java.lang.Object |
PropertiesBasedValueSource.getValue(java.lang.String expression,
InterpolationState interpolationState) |
java.lang.Object |
FixedStringSearchInterpolator.getValue(java.lang.String realExpr,
InterpolationState interpolationState) |
java.lang.Object |
PrefixedValueSourceWrapper.getValue(java.lang.String expression,
InterpolationState interpolationState) |
java.lang.Object |
AbstractDelegatingValueSource.getValue(java.lang.String expression,
InterpolationState interpolationState) |
java.lang.String |
FixedStringSearchInterpolator.interpolate(java.lang.String input,
InterpolationState interpolationState) |