Package com.attivio.sdk
Class Version
- java.lang.Object
-
- com.attivio.sdk.Version
-
public final class Version extends java.lang.Object
Contains the current Attivio version information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DESIGNATOR_VERSION
Attivio Release Designator: ALPHA, BETA, blank "" for GAstatic int
MAJOR_VERSION
Attivio Major Version Number.static int
MINOR_VERSION
Attivio Minor Version Number.static int
POINT_VERSION
Attivio Point Version Number.
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getOfficialVersion()
static void
main(java.lang.String[] args)
Prints out official version string.
-
-
-
Field Detail
-
MAJOR_VERSION
public static final int MAJOR_VERSION
Attivio Major Version Number.- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION
Attivio Minor Version Number.- See Also:
- Constant Field Values
-
POINT_VERSION
public static final int POINT_VERSION
Attivio Point Version Number.- See Also:
- Constant Field Values
-
DESIGNATOR_VERSION
public static final java.lang.String DESIGNATOR_VERSION
Attivio Release Designator: ALPHA, BETA, blank "" for GA- See Also:
- Constant Field Values
-
-