|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.explodingpixels.util.PlatformUtils
public class PlatformUtils
Utility methods for dealing with the platform (e.g. Mac or Windows).
Method Summary | |
---|---|
static String |
getJavaVersion()
Get's the version of Java currently running. |
static String |
getOsVersion()
Gets the operating system version that the JVM is running on. |
static boolean |
is64BitJavaOnMac()
True if this JVM is running 64 bit Java on a Mac. |
static boolean |
isJava6OnMac()
True if this JVM is running Java 6 on a Mac. |
static boolean |
isLeopard()
True if this JVM is running on Mac OS X 10.5, Leopard. |
static boolean |
isMac()
True if this JVM is running on a Mac. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getJavaVersion()
public static String getOsVersion()
public static boolean isMac()
public static boolean isJava6OnMac()
public static boolean is64BitJavaOnMac()
public static boolean isLeopard()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |