public final class RuntimeDetector
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFileExtension()
Get the file extension for the current system.
|
static java.lang.String |
getFilePrefix()
Get the file prefix for the current system.
|
static java.lang.String |
getLibraryResource(java.lang.String libName)
Get the path to the requested resource.
|
static java.lang.String |
getPlatformPath()
Get the platform path for the current system.
|
static boolean |
is32BitIntel() |
static boolean |
is64BitIntel() |
static boolean |
isAthena() |
static boolean |
isLinux() |
static boolean |
isMac() |
static boolean |
isWindows() |
public static java.lang.String getFilePrefix()
public static java.lang.String getFileExtension()
public static java.lang.String getPlatformPath()
public static java.lang.String getLibraryResource(java.lang.String libName)
public static boolean isAthena()
public static boolean isLinux()
public static boolean isWindows()
public static boolean isMac()
public static boolean is32BitIntel()
public static boolean is64BitIntel()