Package org.infinispan
Class Version
- java.lang.Object
-
- org.infinispan.Version
-
@Immutable @Deprecated public class Version extends Object
Deprecated.UseVersioninsteadContains version information about this release of Infinispan.- Since:
- 4.0
- Author:
- Bela Ban
-
-
Constructor Summary
Constructors Constructor Description Version()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleancompareTo(byte[] v)Deprecated.static StringdecodeVersion(short version)Deprecated.static StringdecodeVersionForSerialization(short version)Deprecated.Serialization only looks at major and minor, not micro or below.static StringgetBrandName()Deprecated.static StringgetCodename()Deprecated.static StringgetMajor()Deprecated.static StringgetMajorMinor()Deprecated.static shortgetMarshallVersion()Deprecated.static StringgetModuleSlot()Deprecated.static StringgetSchemaVersion()Deprecated.static StringgetVersion()Deprecated.static shortgetVersionShort()Deprecated.static shortgetVersionShort(String versionString)Deprecated.static voidmain(String[] args)Deprecated.Prints version information.static voidprintFullVersionInformation()Deprecated.Prints full version information to the standard output.static StringprintVersion()Deprecated.Returns version information as a string.
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Deprecated.
-
getBrandName
public static String getBrandName()
Deprecated.
-
getCodename
public static String getCodename()
Deprecated.
-
getModuleSlot
public static String getModuleSlot()
Deprecated.
-
getMarshallVersion
public static short getMarshallVersion()
Deprecated.
-
getSchemaVersion
public static String getSchemaVersion()
Deprecated.
-
getMajorMinor
public static String getMajorMinor()
Deprecated.
-
getMajor
public static String getMajor()
Deprecated.
-
compareTo
public static boolean compareTo(byte[] v)
Deprecated.
-
getVersionShort
public static short getVersionShort()
Deprecated.
-
getVersionShort
public static short getVersionShort(String versionString)
Deprecated.
-
decodeVersion
public static String decodeVersion(short version)
Deprecated.
-
decodeVersionForSerialization
public static String decodeVersionForSerialization(short version)
Deprecated.Serialization only looks at major and minor, not micro or below.
-
main
public static void main(String[] args)
Deprecated.Prints version information.
-
printFullVersionInformation
public static void printFullVersionInformation()
Deprecated.Prints full version information to the standard output.
-
printVersion
public static String printVersion()
Deprecated.Returns version information as a string.
-
-