Class AbstractDelegatingValueSource
java.lang.Object
org.codehaus.plexus.interpolation.fixed.AbstractDelegatingValueSource
- All Implemented Interfaces:
FixedValueSource
- Direct Known Subclasses:
PrefixedObjectValueSource
,PrefixedPropertiesValueSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected FixedValueSource
getValue
(String expression, InterpolationState interpolationState)
-
Constructor Details
-
AbstractDelegatingValueSource
-
-
Method Details
-
getDelegate
-
getValue
- Specified by:
getValue
in interfaceFixedValueSource
- Parameters:
expression
- The expression.interpolationState
-InterpolationState
.- Returns:
- the value related to the expression, or null if not found (not available from this source)
-