public interface SystemInfo extends NativeIntegration
Modifier and Type | Method and Description |
---|---|
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 |
getMachineArchitecture()
Returns the machine architecture, as reported by the operating system.
|
java.lang.String getKernelName()
java.lang.String getKernelVersion()
java.lang.String getMachineArchitecture()