NativeIntegration, SystemInfopublic class DefaultSystemInfo extends Object implements SystemInfo
SystemInfo.Architecture| Constructor | Description |
|---|---|
DefaultSystemInfo() |
| 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 getKernelName()
SystemInfogetKernelName in interface SystemInfopublic String getKernelVersion()
SystemInfogetKernelVersion in interface SystemInfopublic String getArchitectureName()
SystemInfogetArchitectureName in interface SystemInfopublic SystemInfo.Architecture getArchitecture()
SystemInfogetArchitecture in interface SystemInfo