NativeIntegrationDefaultSystemInfo, MutableSystemInfopublic interface SystemInfo extends NativeIntegration
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
SystemInfo.Architecture |
| 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.
|
String getKernelName()
String getKernelVersion()
String getArchitectureName()
SystemInfo.Architecture getArchitecture()