NativeIntegration
, SystemInfo
public class MutableSystemInfo extends Object implements SystemInfo
SystemInfo.Architecture
Modifier and Type | Field | Description |
---|---|---|
String |
machineArchitecture |
|
String |
osName |
|
String |
osVersion |
Constructor | Description |
---|---|
MutableSystemInfo() |
Modifier and Type | Method | Description |
---|---|---|
SystemInfo.Architecture |
getArchitecture() |
Returns the machine architecture, as reported by the operating system.
|
String |
getArchitectureName() |
Returns the machine architecture name, as reported by the operating system.
|
String |
getKernelName() |
Returns the name of the kernel for the current operating system.
|
String |
getKernelVersion() |
Returns the version of the kernel for the current operating system.
|
public String osName
public String osVersion
public String machineArchitecture
public String getKernelName()
SystemInfo
getKernelName
in interface SystemInfo
public String getKernelVersion()
SystemInfo
getKernelVersion
in interface SystemInfo
public String getArchitectureName()
SystemInfo
getArchitectureName
in interface SystemInfo
public SystemInfo.Architecture getArchitecture()
SystemInfo
getArchitecture
in interface SystemInfo