Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createRecursionInterceptor (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/AbstractStringBasedModelInterpolator.java

                        projectDir, pathTranslator));
            }
            processors.add(new UrlNormalizingPostProcessor(urlNormalizer));
            return processors;
        }
    
        protected RecursionInterceptor createRecursionInterceptor() {
            return new PrefixAwareRecursionInterceptor(PROJECT_PREFIXES);
        }
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 7.9K bytes
    - Click Count (0)
Back to Top