Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newProfileActivationFilePathInterpolator (0.24 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/building/DefaultModelBuilderFactory.java

                new PropertyProfileActivator(),
                new FileProfileActivator()
                        .setProfileActivationFilePathInterpolator(newProfileActivationFilePathInterpolator())
            };
        }
    
        protected ProfileActivationFilePathInterpolator newProfileActivationFilePathInterpolator() {
            return new ProfileActivationFilePathInterpolator().setPathTranslator(newPathTranslator());
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 10.2K bytes
    - Click Count (0)
Back to Top