public class JavaCadBuildInfo
extends java.lang.Object
| Constructor and Description |
|---|
JavaCadBuildInfo() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getBuildDate()
Gets the builds the date.
|
static int[] |
getBuildInfo()
Gets the builds the info.
|
static int |
getBuildVersion()
Gets the builds the version.
|
static int |
getProtocolVersion()
Gets the protocol version.
|
static int |
getSDKVersion()
Gets the SDK version.
|
static java.lang.String |
getSDKVersionString()
Gets the SDK version string.
|
static java.lang.String |
getVersion()
Gets the version.
|
static boolean |
isARM()
Checks if is arm.
|
static boolean |
isLinux()
Checks if is linux.
|
static boolean |
isMac()
Checks if is mac.
|
static boolean |
isOS64bit()
Checks if is o s64bit.
|
static boolean |
isUnix()
Checks if is unix.
|
static boolean |
isWindows()
Checks if is windows.
|
public static java.lang.String getVersion()
public static int getProtocolVersion()
public static int getSDKVersion()
public static int getBuildVersion()
public static int[] getBuildInfo()
public static java.lang.String getBuildDate()
public static java.lang.String getSDKVersionString()
public static boolean isOS64bit()
public static boolean isARM()
public static boolean isLinux()
public static boolean isWindows()
public static boolean isMac()
public static boolean isUnix()