public class SystemInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static SystemInfo |
create() |
JvmInfo |
getJvmInfo()
Retrieves the information about the Java Virtual Machine (JVM).
|
OperatingSystemInfo |
getOperatingSystemInfo()
Retrieves the information about the operating system.
|
public static SystemInfo create()
public OperatingSystemInfo getOperatingSystemInfo()
public JvmInfo getJvmInfo()
Copyright © 2016. All rights reserved.