Uses of Interface
oshi.hardware.HWDiskStore
Packages that use HWDiskStore
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of HWDiskStore in oshi.hardware
Methods in oshi.hardware that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionHardwareAbstractionLayer.getDiskStores()Instantiates a list ofHWDiskStoreobjects, representing physical hard disks or other similar storage devices. -
Uses of HWDiskStore in oshi.hardware.common
Classes in oshi.hardware.common that implement HWDiskStoreModifier and TypeClassDescriptionclassCommon methods for platform HWDiskStore classes -
Uses of HWDiskStore in oshi.hardware.common.platform.linux
Classes in oshi.hardware.common.platform.linux that implement HWDiskStoreMethod parameters in oshi.hardware.common.platform.linux with type arguments of type HWDiskStoreModifier and TypeMethodDescriptionprotected static voidLinuxHWDiskStore.finalizePartitions(List<HWDiskStore> result) -
Uses of HWDiskStore in oshi.hardware.common.platform.mac
Classes in oshi.hardware.common.platform.mac that implement HWDiskStoreModifier and TypeClassDescriptionclassBase class for macOS HWDiskStore implementations. -
Uses of HWDiskStore in oshi.hardware.common.platform.windows
Classes in oshi.hardware.common.platform.windows that implement HWDiskStoreModifier and TypeClassDescriptionclassCommon Windows hard disk implementation shared between JNA and FFM.