Class VersionSupportMatrix


  • public class VersionSupportMatrix
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.HashMap<java.lang.String,​java.util.List<org.apache.maven.artifact.versioning.ArtifactVersion>> overrideVersions  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void add​(java.lang.String key, java.lang.String value)  
      static <T> boolean testVersionSupportMatrix​(org.apache.maven.artifact.versioning.VersionRange declaredRange, java.lang.String lookupId, java.lang.String type, java.util.function.BiPredicate<java.lang.String,​org.apache.maven.artifact.versioning.VersionRange> standardLookup)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • overrideVersions

        private static final java.util.HashMap<java.lang.String,​java.util.List<org.apache.maven.artifact.versioning.ArtifactVersion>> overrideVersions
    • Constructor Detail

      • VersionSupportMatrix

        public VersionSupportMatrix()
    • Method Detail

      • add

        private static void add​(java.lang.String key,
                                java.lang.String value)
      • testVersionSupportMatrix

        public static <T> boolean testVersionSupportMatrix​(org.apache.maven.artifact.versioning.VersionRange declaredRange,
                                                           java.lang.String lookupId,
                                                           java.lang.String type,
                                                           java.util.function.BiPredicate<java.lang.String,​org.apache.maven.artifact.versioning.VersionRange> standardLookup)