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