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