org.codehaus.plexus.interpolation
public class SimpleRecursionInterceptor extends Object implements RecursionInterceptor
Version: $Id: SimpleRecursionInterceptor.java 7529 2008-07-20 20:24:21Z olamy $
Method Summary | |
---|---|
void | expressionResolutionFinished(String expression) |
void | expressionResolutionStarted(String expression) |
List | getExpressionCycle(String expression)
When an expression is determined to be a recursive reference, this method
returns the sublist of tracked expressions that participate in this cycle.
|
boolean | hasRecursiveExpression(String expression)
Check whether the current expression is already present in the in-process
stack. |