Uses of Interface
org.codehaus.plexus.interpolation.RecursionInterceptor
-
Uses of RecursionInterceptor in org.codehaus.plexus.interpolation
Classes in org.codehaus.plexus.interpolation that implement RecursionInterceptorModifier and TypeClassDescriptionclassRecursionInterceptorimplementation that provides support for expressions with multiple synonyms, such as project.build.directory == pom.build.directory == build.directory in Maven's POM.classSimplest implementation of aRecursionInterceptor, which checks whether the existing interpolation effort is already attempting to resolve an exact expression, but has not finished.Methods in org.codehaus.plexus.interpolation that return RecursionInterceptorMethods in org.codehaus.plexus.interpolation with parameters of type RecursionInterceptorModifier and TypeMethodDescriptionBasicInterpolator.interpolate(String input, RecursionInterceptor recursionInterceptor) Interpolator.interpolate(String input, String thisPrefixPattern, RecursionInterceptor recursionInterceptor) Attempt to resolve all expressions in the given input string, using the given pattern to first trim an optional prefix from each expression.RegexBasedInterpolator.interpolate(String input, String thisPrefixPattern, RecursionInterceptor recursionInterceptor) Attempt to resolve all expressions in the given input string, using the given pattern to first trim an optional prefix from each expression.RegexBasedInterpolator.interpolate(String input, RecursionInterceptor recursionInterceptor) StringSearchInterpolator.interpolate(String input, String thisPrefixPattern, RecursionInterceptor recursionInterceptor) StringSearchInterpolator.interpolate(String input, RecursionInterceptor recursionInterceptor) Entry point for recursive resolution of an expression and all of its nested expressions.InterpolatorFilterReader.setRecursionInterceptor(RecursionInterceptor recursionInterceptor) Constructors in org.codehaus.plexus.interpolation with parameters of type RecursionInterceptorModifierConstructorDescriptionInterpolationCycleException(RecursionInterceptor recursionInterceptor, String realExpr, String wholeExpr) InterpolatorFilterReader(Reader in, Interpolator interpolator, String beginToken, String endToken, RecursionInterceptor ri) InterpolatorFilterReader(Reader in, Interpolator interpolator, RecursionInterceptor ri) this constructor use default begin token ${ and default end token }