org.codehaus.plexus.interpolation
Interface QueryEnabledValueSource

All Superinterfaces:
ValueSource
All Known Implementing Classes:
PrefixedObjectValueSource, PrefixedPropertiesValueSource, PrefixedValueSourceWrapper

public interface QueryEnabledValueSource
extends ValueSource

Tracks the most recent expression processed by this value source implementation. This can be useful if the most recent expression is meant to modify the current one.


Method Summary
 java.lang.String getLastExpression()
           
 
Methods inherited from interface org.codehaus.plexus.interpolation.ValueSource
getValue
 

Method Detail

getLastExpression

public java.lang.String getLastExpression()
Returns:
the most recent expression processed by this value source, or null.


Copyright © 2001-2008 Codehaus. All Rights Reserved.