|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.util.Platform
public final class Platform
Provide simplified platform information.
Field Summary | |
---|---|
static int |
FREEBSD
|
static int |
LINUX
Linux OS |
static int |
MAC
Mac OS |
static int |
OPENBSD
OpenBSD OS |
static int |
SOLARIS
Solaris OS |
static int |
UNSPECIFIED
Unkown OS |
static int |
WINDOWS
Windows OS |
static int |
WINDOWSCE
WindowsCE OS |
Method Summary | |
---|---|
static boolean |
deleteNativeLibraryAfterVMExit()
|
static int |
getOSType()
Get the OS Type |
static boolean |
hasRuntimeExec()
|
static boolean |
is64Bit()
|
static boolean |
isFreeBSD()
|
static boolean |
isLinux()
|
static boolean |
isMac()
|
static boolean |
isOpenBSD()
|
static boolean |
isSolaris()
|
static boolean |
isWindows()
|
static boolean |
isWindowsCE()
|
static boolean |
isX11()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNSPECIFIED
public static final int MAC
public static final int LINUX
public static final int WINDOWS
public static final int SOLARIS
public static final int FREEBSD
public static final int OPENBSD
public static final int WINDOWSCE
Method Detail |
---|
public static final int getOSType()
public static final boolean isMac()
public static final boolean isLinux()
public static final boolean isWindowsCE()
public static final boolean isWindows()
public static final boolean isSolaris()
public static final boolean isFreeBSD()
public static final boolean isOpenBSD()
public static final boolean isX11()
public static final boolean deleteNativeLibraryAfterVMExit()
public static final boolean hasRuntimeExec()
public static final boolean is64Bit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |