Uses of Interface
oshi.hardware.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
Modifier and TypeMethodDescriptionSystemInfo.getHardware()
Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer
. -
Uses of HardwareAbstractionLayer in oshi.hardware.common
Modifier and TypeClassDescriptionclass
Common fields or methods used by platform-specific implementations of HardwareAbstractionLayer -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.linux
Modifier and TypeClassDescriptionfinal class
LinuxHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.mac
Modifier and TypeClassDescriptionfinal class
MacHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.aix
Modifier and TypeClassDescriptionfinal class
AIXHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.freebsd
Modifier and TypeClassDescriptionfinal class
FreeBsdHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.openbsd
Modifier and TypeClassDescriptionfinal class
OpenBsdHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.solaris
Modifier and TypeClassDescriptionfinal class
SolarisHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.windows
Modifier and TypeClassDescriptionfinal class
WindowsHardwareAbstractionLayer class.