|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scijava.util.PlatformUtils
public final class PlatformUtils
Useful methods for platform-specific interrogation.
Method Summary | |
---|---|
static boolean |
isLinux()
Whether the operating system is Linux-based. |
static boolean |
isMac()
Whether the operating system is Mac-based. |
static boolean |
isPOSIX()
Whether the operating system is POSIX compliant. |
static boolean |
isWindows()
Whether the operating system is Windows-based. |
static String |
osName()
Gets the name of the operating system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isWindows()
public static boolean isMac()
public static boolean isLinux()
public static boolean isPOSIX()
public static String osName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |