Uses of Class
oshi.hardware.common.platform.unix.openbsd.OpenBsdHWDiskStore
Packages that use OpenBsdHWDiskStore
Package
Description
Provides abstract base classes and pure-Java implementations for OpenBSD hardware, shared by the JNA and FFM modules.
-
Uses of OpenBsdHWDiskStore in oshi.hardware.common.platform.unix.openbsd
Classes in oshi.hardware.common.platform.unix.openbsd with type parameters of type OpenBsdHWDiskStoreModifier and TypeInterfaceDescriptionprotected static interfaceFactory for creating platform-specific OpenBsdHWDiskStore instances.Methods in oshi.hardware.common.platform.unix.openbsd with type parameters of type OpenBsdHWDiskStoreModifier and TypeMethodDescriptionprotected static <T extends OpenBsdHWDiskStore>
List<HWDiskStore> OpenBsdHWDiskStore.getDisks(BinaryOperator<String> sysctlStr, OpenBsdHWDiskStore.DiskStoreFactory<T> factory) Gets the disks on this machine using the provided sysctl accessor.