Uses of Class
gw.util.OSPlatform.Platform
-
Packages that use OSPlatform.Platform Package Description gw.util -
-
Uses of OSPlatform.Platform in gw.util
Methods in gw.util that return OSPlatform.Platform Modifier and Type Method Description static OSPlatform.Platform
OSPlatform. getPlatform()
static OSPlatform.Platform
Shell. getPlatform()
Deprecated.useOSPlatform.getPlatform()
insteadstatic OSPlatform.Platform
OSPlatform.Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static OSPlatform.Platform[]
OSPlatform.Platform. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-