Uses of Interface
oshi.hardware.common.platform.unix.freebsd.FreeBsdHWDiskStore.DiskStoreFactory
Packages that use FreeBsdHWDiskStore.DiskStoreFactory
Package
Description
Provides abstract base classes and pure-Java implementations for FreeBSD hardware, shared by the JNA and FFM modules.
-
Uses of FreeBsdHWDiskStore.DiskStoreFactory in oshi.hardware.common.platform.unix.freebsd
Methods in oshi.hardware.common.platform.unix.freebsd with parameters of type FreeBsdHWDiskStore.DiskStoreFactoryModifier and TypeMethodDescriptionprotected static <T extends FreeBsdHWDiskStore>
List<HWDiskStore> FreeBsdHWDiskStore.getDisks(BinaryOperator<String> sysctlStr, FreeBsdHWDiskStore.DiskStoreFactory<T> factory) Gets the disks on this machine using the provided sysctl accessor.