public final class RuntimeDetector extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getFileExtension()
Get the file extension for the current system.
|
static String |
getFilePrefix()
Get the file prefix for the current system.
|
static String |
getLibraryResource(String libName)
Get the path to the requested resource.
|
static 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 String getFilePrefix()
public static String getFileExtension()
public static String getPlatformPath()
public static String getLibraryResource(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()