public interface SystemInfo extends NativeIntegration
Modifier and Type | Interface and Description |
---|---|
static class |
SystemInfo.Architecture |
Modifier and Type | Method and Description |
---|---|
SystemInfo.Architecture |
getArchitecture()
Returns the machine architecture, as reported by the operating system.
|
java.lang.String |
getArchitectureName()
Returns the machine architecture name, as reported by the operating system.
|
java.lang.String |
getKernelName()
Returns the name of the kernel for the current operating system.
|
java.lang.String |
getKernelVersion()
Returns the version of the kernel for the current operating system.
|
java.lang.String getKernelName()
java.lang.String getKernelVersion()
java.lang.String getArchitectureName()
SystemInfo.Architecture getArchitecture()