public abstract class AbstractDelegatingValueSource extends Object implements FixedValueSource
Modifier | Constructor and Description |
---|---|
protected |
AbstractDelegatingValueSource(FixedValueSource delegate) |
Modifier and Type | Method and Description |
---|---|
protected FixedValueSource |
getDelegate() |
Object |
getValue(String expression,
InterpolationState interpolationState) |
protected AbstractDelegatingValueSource(FixedValueSource delegate)
protected FixedValueSource getDelegate()
public Object getValue(String expression, InterpolationState interpolationState)
getValue
in interface FixedValueSource
expression
- The expression.interpolationState
- InterpolationState
.Copyright © 2001–2019 Codehaus Plexus. All rights reserved.