Uses of Class
oshi.hardware.common.AbstractSensors
Packages that use AbstractSensors
Package
Description
Provides common Unix hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides abstract base classes and pure-Java implementations for FreeBSD hardware, shared by the JNA and FFM modules.
Provides abstract base classes and pure-Java implementations for Solaris/illumos hardware, shared by the JNA and FFM
modules.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of AbstractSensors in oshi.hardware.common.platform.unix
Subclasses of AbstractSensors in oshi.hardware.common.platform.unixModifier and TypeClassDescriptionfinal classShared sensors implementation for BSDs that usesystatfor temperature, fan speed, and voltage (NetBSD, OpenBSD). -
Uses of AbstractSensors in oshi.hardware.common.platform.unix.aix
Subclasses of AbstractSensors in oshi.hardware.common.platform.unix.aixModifier and TypeClassDescriptionfinal classSensors not available except counting fans from lscfg -
Uses of AbstractSensors in oshi.hardware.common.platform.unix.freebsd
Subclasses of AbstractSensors in oshi.hardware.common.platform.unix.freebsd -
Uses of AbstractSensors in oshi.hardware.common.platform.unix.solaris
Subclasses of AbstractSensors in oshi.hardware.common.platform.unix.solaris -
Uses of AbstractSensors in oshi.hardware.common.platform.windows
Subclasses of AbstractSensors in oshi.hardware.common.platform.windowsModifier and TypeClassDescriptionclassAbstract base shared by the Windows Sensors implementations (JNA and FFM).