public abstract static class Utils.SystemUtils
extends java.lang.Object
Constructor and Description |
---|
SystemUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getArchitecture()
Gets the architecture of the JVM (32 or 64 bit).
|
static java.lang.String |
getJavaVersion()
Gets the Java version.
|
static int |
getMemory()
Gets the maximum amount of heap memory the JVM can use.
|
static java.lang.String |
getOperatingSystem()
Gets the name of the operating system.
|
static int |
getProcessorCores()
Gets the number of processors or cores available to the JVM.
|
public static java.lang.String getOperatingSystem()
public static int getProcessorCores()
public static int getMemory()
public static java.lang.String getArchitecture()
public static java.lang.String getJavaVersion()