Uses of Interface
oshi.hardware.HardwareAbstractionLayer
Packages that use HardwareAbstractionLayer
Package
Description
Provides abstract classes for common code
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
Native-free OSHI entry point for Linux.
Service Provider Interface for OSHI's SystemInfo entry points.
-
Uses of HardwareAbstractionLayer in oshi.hardware.common
Classes in oshi.hardware.common that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassCommon fields or methods used by platform-specific implementations of HardwareAbstractionLayer -
Uses of HardwareAbstractionLayer in oshi.hardware.common.platform.linux
Classes in oshi.hardware.common.platform.linux that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassLinuxHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.common.platform.linux.nativefree
Classes in oshi.hardware.common.platform.linux.nativefree that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classNative-free hardware abstraction layer for Linux. -
Uses of HardwareAbstractionLayer in oshi.hardware.common.platform.mac
Classes in oshi.hardware.common.platform.mac that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassMacHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.common.platform.unix.netbsd
Classes in oshi.hardware.common.platform.unix.netbsd that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classNetBsdHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.nativefree
Methods in oshi.nativefree that return HardwareAbstractionLayer -
Uses of HardwareAbstractionLayer in oshi.spi
Methods in oshi.spi that return HardwareAbstractionLayerModifier and TypeMethodDescriptionSystemInfoProvider.getHardware()Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer.