Uses of Class
oshi.hardware.common.AbstractHardwareAbstractionLayer
Packages that use AbstractHardwareAbstractionLayer
Package
Description
Provides common Linux hardware implementations shared by JNA and FFM modules.
Native-free Linux hardware implementations using only procfs, sysfs, and command-line utilities.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on NetBSD systems
-
Uses of AbstractHardwareAbstractionLayer in oshi.hardware.common.platform.linux
Subclasses of AbstractHardwareAbstractionLayer in oshi.hardware.common.platform.linuxModifier and TypeClassDescriptionclassLinuxHardwareAbstractionLayer class. -
Uses of AbstractHardwareAbstractionLayer in oshi.hardware.common.platform.linux.nativefree
Modifier and TypeClassDescriptionfinal classNative-free hardware abstraction layer for Linux. -
Uses of AbstractHardwareAbstractionLayer in oshi.hardware.common.platform.mac
Subclasses of AbstractHardwareAbstractionLayer in oshi.hardware.common.platform.macModifier and TypeClassDescriptionclassMacHardwareAbstractionLayer class. -
Uses of AbstractHardwareAbstractionLayer in oshi.hardware.common.platform.unix.netbsd
Modifier and TypeClassDescriptionfinal classNetBsdHardwareAbstractionLayer class.