Uses of Class
org.codehaus.plexus.interpolation.fixed.InterpolationState
-
Packages that use InterpolationState Package Description org.codehaus.plexus.interpolation org.codehaus.plexus.interpolation.fixed -
-
Uses of InterpolationState in org.codehaus.plexus.interpolation
Fields in org.codehaus.plexus.interpolation declared as InterpolationState Modifier and Type Field Description private InterpolationState
FixedInterpolatorValueSource. errorCollector
-
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 java.lang.Object
AbstractDelegatingValueSource. getValue(java.lang.String expression, InterpolationState interpolationState)
java.lang.Object
EnvarBasedValueSource. getValue(java.lang.String expression, InterpolationState interpolationState)
If the expression starts with 'env.' then trim this prefix.java.lang.Object
FixedStringSearchInterpolator. getValue(java.lang.String realExpr, InterpolationState interpolationState)
java.lang.Object
FixedValueSource. getValue(java.lang.String expression, InterpolationState interpolationState)
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
ObjectBasedValueSource. getValue(java.lang.String expression, InterpolationState interpolationState)
Split the expression into parts, tokenized on the dot ('.') character.java.lang.Object
PrefixedValueSourceWrapper. getValue(java.lang.String expression, InterpolationState interpolationState)
java.lang.Object
PropertiesBasedValueSource. getValue(java.lang.String expression, InterpolationState interpolationState)
java.lang.String
FixedStringSearchInterpolator. interpolate(java.lang.String input, InterpolationState interpolationState)
-