Package com.complexible.common
Class OS
java.lang.Object
com.complexible.common.OS
Utility class to check the operating system in runtime.
-
Method Summary
-
Method Details
-
isMac
public static boolean isMac() -
isWindows
public static boolean isWindows() -
isLinux
public static boolean isLinux()
-