Uses of Class
oshi.hardware.common.platform.unix.freebsd.FreeBsdHWDiskStore
Packages that use FreeBsdHWDiskStore
Package
Description
Provides abstract base classes and pure-Java implementations for FreeBSD hardware, shared by the JNA and FFM modules.
-
Uses of FreeBsdHWDiskStore in oshi.hardware.common.platform.unix.freebsd
Classes in oshi.hardware.common.platform.unix.freebsd with type parameters of type FreeBsdHWDiskStoreModifier and TypeInterfaceDescriptionprotected static interfaceFactory for creating platform-specific FreeBsdHWDiskStore instances.Methods in oshi.hardware.common.platform.unix.freebsd with type parameters of type FreeBsdHWDiskStoreModifier 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.