|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.co.caprica.vlcj.runtime.RuntimeUtil
public class RuntimeUtil
Crude heuristics to determine the current Operating System.
The com.sun.jna.Platform class provides similar functionality.
| Constructor Summary | |
|---|---|
RuntimeUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
isMac()
Test whether the runtime operating system is a Mac variant. |
static boolean |
isNix()
Test whether the runtime operating system is "unix-like". |
static boolean |
isWindows()
Test whether the runtime operating system is a Windows variant. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeUtil()
| Method Detail |
|---|
public static boolean isNix()
public static boolean isWindows()
public static boolean isMac()
|
(C)2010 Caprica Software Limited | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||