|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.psika.utils.SystemUtils
public class SystemUtils
Some system-dependent code.
Constructor Summary | |
---|---|
SystemUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getOSTypeFlag()
Return type of OS as flag |
static boolean |
runningOnSupportedUnix()
Linux/Unix running ? |
static boolean |
runningOnWindows()
Windows running ? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemUtils()
Method Detail |
---|
public static final boolean runningOnWindows()
true
when running on Windows systemspublic static final boolean runningOnSupportedUnix()
true
if running on unix-like operating systempublic static final java.lang.String getOSTypeFlag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |