public class OSPlatform extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OSPlatform.Platform |
| Constructor and Description |
|---|
OSPlatform() |
| Modifier and Type | Method and Description |
|---|---|
static OSPlatform.Platform |
getPlatform() |
static boolean |
isLinux() |
static boolean |
isMac() |
static boolean |
isSolaris() |
static boolean |
isWindows() |
public static OSPlatform.Platform getPlatform()
public static boolean isWindows()
public static boolean isMac()
public static boolean isSolaris()
public static boolean isLinux()
Copyright © 2019. All rights reserved.