|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.common.os.Platform
public class Platform
Utility class for querying platform specific properties.
Field Summary | |
---|---|
static String |
ARCH
|
static boolean |
JAVA_SE
|
static String |
JAVA_VENDOR
|
static String |
JAVA_VENDOR_URL
|
static String |
JAVA_VERSION
|
static boolean |
LITTLE_ENDIAN
|
static String |
NEWLINE
|
static String |
OS
|
static String |
OS_VERSION
|
Method Summary | |
---|---|
static String |
getArch()
Returns the CPU architecture String. |
static String |
getJavaVendor()
Returns the JAVA. |
static String |
getJavaVendorURL()
Returns the JAVA vendor url. |
static String |
getJavaVersion()
Returns the JAVA vendor. |
static String |
getNewline()
Returns the JAVA vendor. |
static String |
getOS()
Returns the OS name. |
static String |
getOSVersion()
Returns the OS version. |
static int |
getPointerSizeInBits()
|
static int |
getPointerSizeInBytes()
|
static boolean |
is32Bit()
Returns true if this JVM is a 32bit JVM. |
static boolean |
is64Bit()
Returns true if this JVM is a 64bit JVM. |
static boolean |
isJavaSE()
Returns true only if this program is running on the Java Standard Edition. |
static boolean |
isLittleEndian()
Returns true only if this system uses little endian byte ordering. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean JAVA_SE
public static final boolean LITTLE_ENDIAN
public static final String OS
public static final String OS_VERSION
public static final String ARCH
public static final String JAVA_VENDOR
public static final String JAVA_VENDOR_URL
public static final String JAVA_VERSION
public static final String NEWLINE
Method Detail |
---|
public static boolean isJavaSE()
public static boolean isLittleEndian()
public static String getOS()
public static String getOSVersion()
public static String getArch()
public static String getJavaVendor()
public static String getJavaVendorURL()
public static String getJavaVersion()
public static String getNewline()
public static boolean is32Bit()
public static boolean is64Bit()
public static int getPointerSizeInBits()
public static int getPointerSizeInBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |