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 FixedValueSourceCopyright © 2001–2016 Codehaus Plexus. All rights reserved.