Package gw.util
Class OSPlatform
- java.lang.Object
-
- gw.util.OSPlatform
-
public class OSPlatform extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOSPlatform.Platform
-
Constructor Summary
Constructors Constructor Description OSPlatform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OSPlatform.PlatformgetPlatform()static booleanisLinux()static booleanisMac()static booleanisSolaris()static booleanisWindows()
-
-
-
Method Detail
-
getPlatform
public static OSPlatform.Platform getPlatform()
-
isWindows
public static boolean isWindows()
-
isMac
public static boolean isMac()
-
isSolaris
public static boolean isSolaris()
-
isLinux
public static boolean isLinux()
-
-