Class Version
java.lang.Object
org.infinispan.protostream.Version
- All Implemented Interfaces:
Comparable<Version>
Provides version information about this ProtoStream release.
- Since:
- 4.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
-
major
private final int major -
minor
private final int minor -
micro
private final int micro -
suffix
-
versionString
-
-
Constructor Details
-
Version
public Version(int major, int minor, int micro) -
Version
-
-
Method Details
-
getVersion
-
getVersion
-
main
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getMicro
public int getMicro() -
getSuffix
-
toString
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<Version>
-