| Package | Description |
|---|---|
| oshi |
Provides a cross-platform implementation to retrieve system information, such
as version, memory, CPU, disk, battery, etc.
|
| 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 |
|---|---|
HardwareAbstractionLayer |
SystemInfo.getHardware()
Creates a new instance of the appropriate platform-specific
HardwareAbstractionLayer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHardwareAbstractionLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxHardwareAbstractionLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
MacHardwareAbstractionLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsHardwareAbstractionLayer |
Copyright © 2010–2016 com.github.dblock. All rights reserved.