org.codehaus.plexus.interpolation

Interface QueryEnabledValueSource

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.

Version: $Id: QueryEnabledValueSource.java 7529 2008-07-20 20:24:21Z olamy $

Method Summary
StringgetLastExpression()

Method Detail

getLastExpression

public String getLastExpression()

Returns: the most recent expression processed by this value source, or null.

Copyright © 2001-2009 Codehaus. All Rights Reserved.