Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setProfileActivationFilePathInterpolator (0.16 seconds)

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

  1. compat/maven-model-builder/pom.xml

                  <!--              <exclude>org.apache.maven.model.profile.activation.FileProfileActivator#setProfileActivationFilePathInterpolator(org.apache.maven.model.path.ProfileActivationFilePathInterpolator):METHOD_REMOVED</exclude>-->
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 12.3K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            this.reportingConverter = reportingConverter;
            return this;
        }
    
        public DefaultModelBuilder setProfileActivationFilePathInterpolator(
                ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator) {
            this.profileActivationFilePathInterpolator = profileActivationFilePathInterpolator;
            return this;
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sun Mar 30 23:08:08 GMT 2025
    - 55.3K bytes
    - Click Count (0)
Back to Top