Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExactMatcher (0.08 sec)

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

            return new ExactMatcher(provideValue);
        }
    
        public static RequirementMatcher createVersionMatcher(String provideValue) {
            return new VersionMatcher(provideValue);
        }
    
        private static final class ExactMatcher implements RequirementMatcher {
    
            private String provides;
    
            private ExactMatcher(String provides) {
                this.provides = provides;
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Feb 12 13:13:28 UTC 2025
    - 2.7K bytes
    - Viewed (0)
Back to top