| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
HardwareAbstractionLayer.getProcessor()
Instantiates a
CentralProcessor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCentralProcessor
A CPU as defined in Linux /proc.
|
| Modifier and Type | Field and Description |
|---|---|
protected CentralProcessor |
AbstractHardwareAbstractionLayer.processor |
| Modifier and Type | Method and Description |
|---|---|
abstract CentralProcessor |
AbstractHardwareAbstractionLayer.getProcessor()
Instantiates a
CentralProcessor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxCentralProcessor
A CPU as defined in Linux /proc.
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
LinuxHardwareAbstractionLayer.getProcessor()
Instantiates a
CentralProcessor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
MacCentralProcessor
A CPU.
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
MacHardwareAbstractionLayer.getProcessor()
Instantiates a
CentralProcessor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsCentralProcessor
A CPU as defined in Windows registry.
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
WindowsHardwareAbstractionLayer.getProcessor()
Instantiates a
CentralProcessor object. |
Copyright © 2010–2016 com.github.dblock. All rights reserved.