| 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 |
|---|---|
HWDiskStore[] |
Disks.getDisks()
Get hard drives on this machine
|
HWDiskStore[] |
HardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a disk
pool |
| Modifier and Type | Method and Description |
|---|---|
abstract HWDiskStore[] |
AbstractDisks.getDisks() |
abstract HWDiskStore[] |
AbstractHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a disk
pool |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
LinuxDisks.getDisks() |
HWDiskStore[] |
LinuxHardwareAbstractionLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects, representing a disk
pool |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
MacDisks.getDisks() |
HWDiskStore[] |
MacHardwareAbstractionLayer.getDiskStores() |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
WindowsDisks.getDisks() |
HWDiskStore[] |
WindowsHardwareAbstractionLayer.getDiskStores() |
Copyright © 2010–2016 com.github.dblock. All rights reserved.