org.codehaus.plexus.interpolation
public interface InterpolationPostProcessor
Version: $Id: InterpolationPostProcessor.java 7717 2008-09-12 21:04:19Z jdcasey $
Method Summary | |
---|---|
Object | execute(String expression, Object value)
Given the starting expression and the fully-recursively-interpolated value,
perform some post-processing step and return the resulting [possibly different]
value, or null if no change was made..
|
Parameters: expression the original expression value the original value after fully recursive interpolation of expression
Returns: the processed value if a change was made; else return null