Class RangedVersionMatcher

    • Constructor Detail

      • RangedVersionMatcher

        public RangedVersionMatcher​(String lowerBound,
                                    String upperBound)
    • Method Detail

      • test

        public boolean test​(@Nullable
                            org.sonar.maven.model.LocatedAttribute attribute)
        Specified by:
        test in interface Predicate<org.sonar.maven.model.LocatedAttribute>