public class DefaultSystemInfo extends java.lang.Object implements SystemInfo
SystemInfo.Architecture
Constructor and Description |
---|
DefaultSystemInfo() |
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.
|
public java.lang.String getKernelName()
SystemInfo
getKernelName
in interface SystemInfo
public java.lang.String getKernelVersion()
SystemInfo
getKernelVersion
in interface SystemInfo
public java.lang.String getArchitectureName()
SystemInfo
getArchitectureName
in interface SystemInfo
public SystemInfo.Architecture getArchitecture()
SystemInfo
getArchitecture
in interface SystemInfo