Class VersionUtils
- java.lang.Object
-
- org.jboss.set.mavendependencyupdater.utils.VersionUtils
-
public class VersionUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELIMITER_REGEX
-
Constructor Summary
Constructors Constructor Description VersionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequalMmm(String v1, String v2, VersionStream stream)Do given versions belong to the same stream stream? E.g.: "1.1.2" and 1.1.3" belong to the same MINOR stream, but not into the same MICRO stream.
-
-
-
Field Detail
-
DELIMITER_REGEX
public static String DELIMITER_REGEX
-
-
Method Detail
-
equalMmm
public static boolean equalMmm(String v1, String v2, VersionStream stream)
Do given versions belong to the same stream stream? E.g.: "1.1.2" and 1.1.3" belong to the same MINOR stream, but not into the same MICRO stream.
-
-