Package io.arxila.atomichash
Class AtomicHash
- java.lang.Object
-
- io.arxila.atomichash.AtomicHash
-
public final class AtomicHash extends java.lang.ObjectClass meant to keep some constants related to the version of the AtomicHash library being used, build date, etc.This can be used in conditional code that requires a specific version of the library to be present.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUILD_TIMESTAMPprivate static java.lang.StringRESOURCE_NAMEstatic java.lang.StringVERSIONstatic intVERSION_BUILDstatic intVERSION_MAJORstatic intVERSION_MINORstatic java.lang.StringVERSION_TYPEprivate static java.lang.StringVERSION_TYPE_RELEASE
-
Constructor Summary
Constructors Modifier Constructor Description privateAtomicHash()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.io.InputStreamfindResourceAsStream()static booleanisVersionStableRelease()
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
-
BUILD_TIMESTAMP
public static final java.lang.String BUILD_TIMESTAMP
-
VERSION_MAJOR
public static final int VERSION_MAJOR
-
VERSION_MINOR
public static final int VERSION_MINOR
-
VERSION_BUILD
public static final int VERSION_BUILD
-
VERSION_TYPE
public static final java.lang.String VERSION_TYPE
-
VERSION_TYPE_RELEASE
private static final java.lang.String VERSION_TYPE_RELEASE
- See Also:
- Constant Field Values
-
RESOURCE_NAME
private static final java.lang.String RESOURCE_NAME
- See Also:
- Constant Field Values
-
-