Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for RequirementMatcherFactory (0.07 seconds)

  1. compat/maven-compat/src/main/java/org/apache/maven/toolchain/java/JavaToolchainFactory.java

                }
    
                RequirementMatcher matcher;
                if ("version".equals(key)) {
                    matcher = RequirementMatcherFactory.createVersionMatcher(value);
                } else {
                    matcher = RequirementMatcherFactory.createExactMatcher(value);
                }
    
                jtc.addProvideToken(key, matcher);
            }
    
            // populate the configuration section
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  2. impl/maven-core/pom.xml

                  <exclude>org.apache.maven.toolchain.MisconfiguredToolchainException</exclude>
                  <exclude>org.apache.maven.toolchain.RequirementMatcher</exclude>
                  <exclude>org.apache.maven.toolchain.RequirementMatcherFactory</exclude>
                  <exclude>org.apache.maven.toolchain.Toolchain</exclude>
                  <exclude>org.apache.maven.toolchain.ToolchainFactory</exclude>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 26 10:37:56 GMT 2025
    - 16.9K bytes
    - Click Count (0)
Back to Top