Uses of Interface
oshi.hardware.HardwareAbstractionLayer
Packages that use HardwareAbstractionLayer
Package
Description
[oshi-core API] Provides a cross-platform implementation to retrieve
Operating System and Hardware Information, such as OS version, memory, CPU,
disk, devices, sensors, etc.
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
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 AIX systems
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and
Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
-
Uses of HardwareAbstractionLayer in oshi
Methods in oshi that return HardwareAbstractionLayerModifier and TypeMethodDescriptionSystemInfo.getHardware()Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer. -
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.platform.linux
Classes in oshi.hardware.platform.linux that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassLinuxHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassMacHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassAIXHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassFreeBsdHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassOpenBsdHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassSolarisHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement HardwareAbstractionLayerModifier and TypeClassDescriptionclassWindowsHardwareAbstractionLayer class.