|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.stata.sfi.util.Platform
public class Platform
A set of utilities for getting platform information.
Method Summary | |
---|---|
static boolean |
isMac()
Determine if the platform is MacOS. |
static boolean |
isSolaris()
Determine if the platform is Solaris. |
static boolean |
isUnix()
Determine if the platform is Unix or Linux. |
static boolean |
isWindows()
Determine if the platform is Windows. |
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 isUnix()
public static boolean isSolaris()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |