|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.commons.util.SystemHelper
public class SystemHelper
Provides static variables that describe properties of the underlying platform and runtime environment. Sometimes it is necessary to work around certain differences between platforms or bugs of a specific JDK release.
Field Summary | |
---|---|
static boolean |
IS_JAVA6_OR_HIGHER
True, if Java version is higher or equal than 1.6.0. |
static boolean |
IS_MACOSX
True, if is system is Apple Mac OS X; false, otherwise. |
static boolean |
IS_WINDOWS
True, if system is Microsoft Windows; false, otherwise. |
static boolean |
IS_WINDOWS_XP
True, if system is Microsoft Windows XP; false, otherwise. |
Constructor Summary | |
---|---|
SystemHelper()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean IS_MACOSX
public static final boolean IS_WINDOWS
public static final boolean IS_WINDOWS_XP
public static final boolean IS_JAVA6_OR_HIGHER
Constructor Detail |
---|
public SystemHelper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |