| 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) |
| Constructor and Description |
|---|
HWDiskStore(HWDiskStore diskStore)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
LinuxDisks.getDisks()
Get hard drives on this machine
|
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 |
|---|---|
static boolean |
LinuxDisks.updateDiskStats(HWDiskStore diskStore) |
| 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 |
|---|---|
static boolean |
MacDisks.updateDiskStats(HWDiskStore diskStore) |
| 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 |
|---|---|
static boolean |
FreeBsdDisks.updateDiskStats(HWDiskStore diskStore) |
| 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 |
|---|---|
static boolean |
SolarisDisks.updateDiskStats(HWDiskStore diskStore) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WindowsDisks.updateDiskStats(HWDiskStore diskStore) |
Copyright © 2010–2019 oshi. All rights reserved.