public class DefaultSystemInfo extends java.lang.Object implements SystemInfo
| Constructor and Description |
|---|
DefaultSystemInfo() |
| 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.
|
public java.lang.String getKernelName()
SystemInfogetKernelName in interface SystemInfopublic java.lang.String getKernelVersion()
SystemInfogetKernelVersion in interface SystemInfopublic java.lang.String getMachineArchitecture()
SystemInfogetMachineArchitecture in interface SystemInfo