Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 74 for interpolation (0.1 sec)

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

     * under the License.
     */
    package org.apache.maven.model.interpolation;
    
    import java.nio.file.Path;
    import java.util.Collection;
    import java.util.List;
    
    import org.apache.maven.model.path.PathTranslator;
    import org.codehaus.plexus.interpolation.InterpolationPostProcessor;
    import org.codehaus.plexus.interpolation.util.ValueSourceUtils;
    
    /**
     *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/PrefixedObjectValueSource.java

     * under the License.
     */
    package org.apache.maven.model.interpolation;
    
    import java.util.List;
    
    import org.codehaus.plexus.interpolation.AbstractDelegatingValueSource;
    import org.codehaus.plexus.interpolation.PrefixedValueSourceWrapper;
    import org.codehaus.plexus.interpolation.QueryEnabledValueSource;
    
    /**
     * Wraps an arbitrary object with an {@link ObjectBasedValueSource} instance, then
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. compat/maven-model-builder/src/site/apt/index.apt

      <<<project/scm/@child.scm.url.inherit.append.path>>>.
    
      []
    
    * Model Interpolation
    
      Model Interpolation consists in replacing <<<$\{...\}>>> with calculated value. It is done in <<<StringVisitorModelInterpolator>>>
      ({{{./apidocs/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.html}javadoc}},
      {{{./xref/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.html}source}}).
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileActivationContext.java

            return this;
        }
    
        @Override
        public Map<String, String> getSystemProperties() {
            return systemProperties;
        }
    
        /**
         * Sets the system properties to use for interpolation and profile activation. The system properties are collected
         * from the runtime environment like {@link System#getProperties()} and environment variables.
         *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/SettingsBuildingRequest.java

        /**
         * Gets the system properties to use for interpolation. The system properties are collected from the runtime
         * environment like {@link System#getProperties()} and environment variables.
         *
         * @return The system properties, never {@code null}.
         */
        Properties getSystemProperties();
    
        /**
         * Sets the system properties to use for interpolation. The system properties are collected from the runtime
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/SettingsBuilderRequest.java

         * @return the user settings source or {@code null} if none
         */
        @Nonnull
        Optional<Source> getUserSettingsSource();
    
        /**
         * The optional interpolation source used for interpolation.
         *
         * @return the interpolation source for interpolation
         */
        @Nonnull
        Optional<Function<String, String>> getInterpolationSource();
    
        @Nonnull
        static SettingsBuilderRequest build(
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Oct 17 09:25:53 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/Utils.java

    import org.apache.maven.cli.logging.Slf4jConfiguration;
    import org.apache.maven.execution.MavenExecutionRequest;
    import org.codehaus.plexus.interpolation.AbstractValueSource;
    import org.codehaus.plexus.interpolation.BasicInterpolator;
    import org.codehaus.plexus.interpolation.StringSearchInterpolator;
    import org.codehaus.plexus.logging.Logger;
    
    import static java.util.Objects.requireNonNull;
    
    /**
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/MavenBuildTimestampTest.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.model.interpolation;
    
    import java.util.Date;
    import java.util.HashMap;
    import java.util.Map;
    
    import org.junit.jupiter.api.Test;
    
    import static org.junit.jupiter.api.Assertions.assertTrue;
    
    class MavenBuildTimestampTest {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/ModelValidator.java

    @Deprecated(since = "4.0.0")
    public interface ModelValidator {
        /**
         * Checks the specified file model for missing or invalid values. This model is directly created from the POM
         * file and has not been subjected to inheritance, interpolation or profile/default injection.
         *
         * @param model The model to validate, must not be {@code null}.
         * @param request The model building request that holds further settings, must not be {@code null}.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. compat/maven-model-builder/pom.xml

                  <exclude>org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator</exclude>
                  <exclude>org.apache.maven.model.interpolation.StringSearchModelInterpolator</exclude>
                  <exclude>org.apache.maven.model.interpolation.StringVisitorModelInterpolator</exclude>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top