Class Versions
java.lang.Object
ru.cg.webbpm.studio.core.api.migrations.xml.Versions
- Author:
- krylov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static boolean
isUpToDate
(Versions objectVersions, Versions currentVersions) Checks objectVersions against specified currentVersions.
-
Constructor Details
-
Versions
-
-
Method Details
-
getStudioVersion
-
getPackageVersions
-
isUpToDate
Checks objectVersions against specified currentVersions. Versions object is up to date if both * studio version is not lower than in current versions * each package version in object versions is not lower than the corresponding current version- Parameters:
objectVersions
- versions to check againstcurrentVersions
- current versions- Returns:
- true if object versions are up to date
-
equals
-
hashCode
public int hashCode()
-