Package de.muehlencord.shared.util
Class OSUtil
java.lang.Object
de.muehlencord.shared.util.OSUtil
- Author:
- Joern Muehlencord (joern@muehlencord.de)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intOS Linuxstatic final intOS MacOS Xstatic final intOS unknownstatic final intOS Linux -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intreturns the operation system the current JVM is running on
-
Field Details
-
OS_UNKNOWN
public static final int OS_UNKNOWNOS unknown- See Also:
-
OS_WINDOWS
public static final int OS_WINDOWSOS Linux- See Also:
-
OS_LINUX
public static final int OS_LINUXOS Linux- See Also:
-
OS_MACOS
public static final int OS_MACOSOS MacOS X- See Also:
-
-
Constructor Details
-
OSUtil
public OSUtil()
-
-
Method Details
-
getOperationSystem
public static int getOperationSystem()returns the operation system the current JVM is running on- Returns:
- an OS_xxxx constants identifiying the operating system the current JVM is running on;
-