public class SystemUtil extends Object
Constructor and Description |
---|
SystemUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
getJavaMajorVersion()
Returns the "major" version of java, including returning "8" for java "1.8"
|
static String |
getJavaVersion()
Returns java.version system property
|
static boolean |
isAtLeastJava11() |
static boolean |
isWindows() |
public static boolean isWindows()
public static String getJavaVersion()
public static int getJavaMajorVersion()
public static boolean isAtLeastJava11()
Copyright © 2023 Liquibase.org. All rights reserved.