Interface VersionRange

    • Method Detail

      • containsVersion

        boolean containsVersion​(Version version)
        Indicate if the provided version is part of this range.
        Parameters:
        version - the version to search
        Returns:
        true if the version is part of the range, false otherwise
      • getValue

        String getValue()
        Returns:
        the string representation of this version range
      • isCompatible

        boolean isCompatible​(VersionRange otherRange)
        Indicate if the provided version range is compatible with the provided version range.
        Parameters:
        otherRange - the version range to compare
        Returns:
        true if the two version ranges are compatibles, false otherwise