| Package | Description |
|---|---|
| oshi.hardware |
[oshi-core API] Provides cross-platform implementation to retrieve hardware
information such as CPU, Memory, Display, Disks, Network Interfaces, Power
Sources, Sensors, and USB Devices
|
| 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.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris 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 |
|---|---|
HWDiskStore[] |
Disks.getDisks()
Get hard drives on this machine
|
HWDiskStore[] |
HardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a
physical hard disk or other similar storage device |
| Modifier and Type | Method and Description |
|---|---|
int |
HWDiskStore.compareTo(HWDiskStore store) |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
LinuxDisks.getDisks() |
HWDiskStore[] |
LinuxHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a
physical hard disk or other similar storage device |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
MacDisks.getDisks() |
HWDiskStore[] |
MacHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a
physical hard disk or other similar storage device |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
FreeBsdDisks.getDisks() |
HWDiskStore[] |
FreeBsdHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a
physical hard disk or other similar storage device |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
SolarisDisks.getDisks() |
HWDiskStore[] |
SolarisHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a
physical hard disk or other similar storage device |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
WindowsDisks.getDisks() |
HWDiskStore[] |
WindowsHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a
physical hard disk or other similar storage device |
Copyright © 2010–2018 oshi. All rights reserved.