|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RecursionInterceptor | |
| org.codehaus.plexus.interpolation | |
| Uses of RecursionInterceptor in org.codehaus.plexus.interpolation |
| Classes in org.codehaus.plexus.interpolation that implement RecursionInterceptor | |
class |
PrefixAwareRecursionInterceptor
RecursionInterceptor implementation that provides support for expressions
with multiple synonyms, such as project.build.directory == pom.build.directory ==
build.directory in Maven's POM. |
class |
SimpleRecursionInterceptor
Simplest implementation of a RecursionInterceptor, 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 with parameters of type RecursionInterceptor | |
java.lang.String |
RegexBasedInterpolator.interpolate(java.lang.String input,
java.lang.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. |
java.lang.String |
RegexBasedInterpolator.interpolate(java.lang.String input,
RecursionInterceptor recursionInterceptor)
See RegexBasedInterpolator.interpolate(String, String, RecursionInterceptor). |
java.lang.String |
Interpolator.interpolate(java.lang.String input,
java.lang.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. |
java.lang.String |
Interpolator.interpolate(java.lang.String input,
RecursionInterceptor recursionInterceptor)
See Interpolator.interpolate(String, String, RecursionInterceptor). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||