Package org.technologybrewery.baton.util
Class CommonUtils
java.lang.Object
org.technologybrewery.baton.util.CommonUtils
Common logic used when performing a migration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisLessThanVersion(String version1, String version2) Checks if version1 is less than version2 using the Semver4j library.
-
Method Details
-
isLessThanVersion
Checks if version1 is less than version2 using the Semver4j library.- Parameters:
version1-version2-- Returns:
- isLessThanVersion - if true, version1 is less than version2.
-