Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

  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;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Feb 12 13:13:28 GMT 2025
    - 2.7K bytes
    - Click Count (0)
Back to Top