Class Version
java.lang.Object
ru.cg.webbpm.studio.core.api.migrations.xml.Version
ru.cg.webbpm.studio.core.api.migrations.Version
- All Implemented Interfaces:
Comparable<Version>
Deprecated.
Represents release version conforming to Semver 2.0 spec
- Author:
- krylov
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.core.api.migrations.xml.Version
compareTo, equals, getMajor, getMinor, getPatch, getQualifier, hashCode, isSnapshot, max, parseMaven, parseSemver, toString
-
Constructor Details
-
Version
public Version(int major, int minor, int patch) Deprecated. -
Version
Deprecated.
-
Use
Version
instead.