Package org.technologybrewery.baton.util
Class CommonUtils
- java.lang.Object
-
- org.technologybrewery.baton.util.CommonUtils
-
public final class CommonUtils extends Object
Common logic used when performing a migration.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisLessThanVersion(String version1, String version2)Checks if version1 is less than version2 using the Semver4j library.
-