Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for interpolate (0.22 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlReaderRequest.java

        interface Transformer {
            /**
             * Interpolate the value read from the xml document
             *
             * @param source    The source value
             * @param fieldName A description of the field being interpolated. The implementation may use this to
             *                  log stuff.
             * @return the interpolated value
             */
            String transform(String source, String fieldName);
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Nov 17 15:52:15 GMT 2023
    - 6.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-settings/test-pom-and-settings-interpolation/pom.xml

      <description>
        Test that POM interpolation uses the property values from the dominant profile source (POM vs. settings.xml).
        This boils down to the proper order of profile injection and interpolation, i.e.
        interpolate after profiles from all sources are injected.
      </description>
    
      <properties>
        <!-- collect the effective property values as derived by interpolation -->
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 11 18:17:16 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  3. maven-compat/src/main/java/org/apache/maven/project/interpolation/StringSearchModelInterpolator.java

                }
            } finally {
                getInterpolator().clearAnswers();
            }
        }
    
        protected Interpolator createInterpolator() {
            StringSearchInterpolator interpolator = new StringSearchInterpolator();
            interpolator.setCacheAnswers(true);
    
            return interpolator;
        }
    
        private static final class InterpolateObjectAction implements PrivilegedAction<ModelInterpolationException> {
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 14.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/profile-properties-interpolation/pom.xml

      <description>
        Test that build properties defined via active profiles are used for
        interpolation.
      </description>
    
      <!--
        These are some POM elements we would like to interpolate with
        properties from the profile.
      -->
      <url>https://maven.apache.org/${test}
      </url>
      <properties>
        <test>FAILED</test>
        <property>${test}</property>
      </properties>
    
      <profiles>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/boolean-interpolation/pom.xml

          <releases>
            <!-- That's the boolean POM field we would like to interpolate -->
            <enabled>${releasesEnabled}</enabled>
          </releases>
        </repository>
      </repositories>
    
      <build>
        <resources>
          <resource>
            <directory>src/main/resources</directory>
            <!-- That's the boolean POM field we would like to interpolate -->
            <filtering>${filter.resources}</filtering>
          </resource>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.5K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    RegexBasedInterpolat { private java.util.List valueSources; public void RegexBasedInterpolat(); public void RegexBasedInterpolat(java.util.List); public void addValueSource(ValueSource); public void removeValuesSource(ValueSource); public String interpolate(String, String); } org/codehaus/plexus/util/interpolation/ValueSource.class package org.codehaus.plexus.util.interpolation; public abstract interface ValueSource { public abstract Object getValue(String); } org/codehaus/plexus/util/InterpolationFilterR.class...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 164.6K bytes
    - Viewed (0)
  7. maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    RegexBasedInterpolat { private java.util.List valueSources; public void RegexBasedInterpolat(); public void RegexBasedInterpolat(java.util.List); public void addValueSource(ValueSource); public void removeValuesSource(ValueSource); public String interpolate(String, String); } org/codehaus/plexus/util/interpolation/ValueSource.class package org.codehaus.plexus.util.interpolation; public abstract interface ValueSource { public abstract Object getValue(String); } org/codehaus/plexus/util/InterpolationFilterR.class...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Oct 23 23:48:02 GMT 2009
    - 164.6K bytes
    - Viewed (0)
  8. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    RegexBasedInterpolat { private java.util.List valueSources; public void RegexBasedInterpolat(); public void RegexBasedInterpolat(java.util.List); public void addValueSource(ValueSource); public void removeValuesSource(ValueSource); public String interpolate(String, String); } org/codehaus/plexus/util/interpolation/ValueSource.class package org.codehaus.plexus.util.interpolation; public abstract interface ValueSource { public abstract Object getValue(String); } org/codehaus/plexus/util/InterpolationFilterR.class...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    RegexBasedInterpolat { private java.util.List valueSources; public void RegexBasedInterpolat(); public void RegexBasedInterpolat(java.util.List); public void addValueSource(ValueSource); public void removeValuesSource(ValueSource); public String interpolate(String, String); } org/codehaus/plexus/util/interpolation/ValueSource.class package org.codehaus.plexus.util.interpolation; public abstract interface ValueSource { public abstract Object getValue(String); } org/codehaus/plexus/util/InterpolationFilterR.class...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 164.6K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    RegexBasedInterpolat { private java.util.List valueSources; public void RegexBasedInterpolat(); public void RegexBasedInterpolat(java.util.List); public void addValueSource(ValueSource); public void removeValuesSource(ValueSource); public String interpolate(String, String); } org/codehaus/plexus/util/interpolation/ValueSource.class package org.codehaus.plexus.util.interpolation; public abstract interface ValueSource { public abstract Object getValue(String); } org/codehaus/plexus/util/InterpolationFilterR.class...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
Back to top