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 oshiMethods in oshi that return HardwareAbstractionLayerModifier and TypeMethodDescriptionSystemInfo.getHardware()Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.commonClasses 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.linuxClasses in oshi.hardware.platform.linux that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classLinuxHardwareAbstractionLayer class.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.platform.macClasses in oshi.hardware.platform.mac that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classMacHardwareAbstractionLayer class.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.aixClasses in oshi.hardware.platform.unix.aix that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classAIXHardwareAbstractionLayer class.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.freebsdClasses in oshi.hardware.platform.unix.freebsd that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classFreeBsdHardwareAbstractionLayer class.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.openbsdClasses in oshi.hardware.platform.unix.openbsd that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classOpenBsdHardwareAbstractionLayer class.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.solarisClasses in oshi.hardware.platform.unix.solaris that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classSolarisHardwareAbstractionLayer class.
- 
Uses of HardwareAbstractionLayer in oshi.hardware.platform.windowsClasses in oshi.hardware.platform.windows that implement HardwareAbstractionLayerModifier and TypeClassDescriptionfinal classWindowsHardwareAbstractionLayer class.