public final class SystemUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemUtils.OS |
| Modifier and Type | Field and Description |
|---|---|
static Version |
JAVA_10 |
static Version |
JAVA_11 |
static Version |
JAVA_8 |
static Version |
JAVA_9 |
static Version |
JAVA_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Version |
getJavaVersion() |
static SystemUtils.OS |
getOS() |
static boolean |
isLinux() |
static boolean |
isMac() |
static boolean |
isWindows() |
public static final Version JAVA_VERSION
public static final Version JAVA_11
public static final Version JAVA_10
public static final Version JAVA_9
public static final Version JAVA_8
public static SystemUtils.OS getOS()
public static boolean isWindows()
public static boolean isMac()
public static boolean isLinux()
public static Version getJavaVersion()
Copyright © 2011–2025 pepsoft.org. All rights reserved.