org.codehaus.plexus.interpolation

Class SingleResponseValueSource

public class SingleResponseValueSource extends Object implements ValueSource

If the expression matches, simply return the response object.

Since: 1.12

Constructor Summary
SingleResponseValueSource(String expression, Object response)
Method Summary
voidclearFeedback()
ListgetFeedback()
ObjectgetValue(String expression)

Constructor Detail

SingleResponseValueSource

public SingleResponseValueSource(String expression, Object response)

Method Detail

clearFeedback

public void clearFeedback()

getFeedback

public List getFeedback()

getValue

public Object getValue(String expression)
Copyright © 2001-2009 Codehaus. All Rights Reserved.