Class Version
java.lang.Object
com.xebialabs.deployit.server.api.upgrade.Version
- All Implemented Interfaces:
Comparable<Version>
Represents a version of data in repository. Consists of the component, product version and data model version.
-
Field Details
-
VERSION_0
- See Also:
-
RELEASE_CANDIDATE_CLASSIFIERS
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
valueOf
-
getComponent
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getMicro
public int getMicro() -
getClassifier
-
getDataModel
public int getDataModel() -
getVersion
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Version>
-
equals
-
hashCode
public int hashCode() -
isVersion0
public boolean isVersion0()
-