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 class
OSPlatform.Platform
-
Constructor Summary
Constructors Constructor Description OSPlatform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OSPlatform.Platform
getPlatform()
static boolean
isLinux()
static boolean
isMac()
static boolean
isSolaris()
static boolean
isWindows()
-
-
-
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()
-
-