Uses of Interface
oshi.hardware.common.platform.unix.openbsd.OpenBsdHWDiskStore.DiskStoreFactory
Packages that use OpenBsdHWDiskStore.DiskStoreFactory
Package
Description
Provides abstract base classes and pure-Java implementations for OpenBSD hardware, shared by the JNA and FFM modules.
-
Uses of OpenBsdHWDiskStore.DiskStoreFactory in oshi.hardware.common.platform.unix.openbsd
Methods in oshi.hardware.common.platform.unix.openbsd with parameters of type OpenBsdHWDiskStore.DiskStoreFactoryModifier 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.