public class PlatformUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformUtils.Architecture |
static class |
PlatformUtils.OperatingSystem |
static interface |
PlatformUtils.Platform |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
is32() |
static boolean |
is64() |
static boolean |
isMac() |
static boolean |
isSolaris() |
static boolean |
isUnix() |
static boolean |
isWindows() |
static PlatformUtils.Platform |
platform() |
public static boolean isWindows()
public static boolean isMac()
public static boolean isUnix()
public static boolean isSolaris()
public static boolean is64()
public static boolean is32()
public static PlatformUtils.Platform platform()
Copyright © 2021 JBoss by Red Hat. All rights reserved.