Uses of Interface
oshi.hardware.HardwareAbstractionLayer
| Package | Description |
|---|---|
| oshi |
[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.
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.unix.aix |
Provides information about hardware such as Memory, Power Sources, and
Processor on AIX systems
|
| oshi.hardware.platform.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
-
Uses of HardwareAbstractionLayer in oshi
Methods in oshi that return HardwareAbstractionLayer Modifier and Type Method Description HardwareAbstractionLayerSystemInfo. getHardware()Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer. -
Uses of HardwareAbstractionLayer in oshi.hardware.common
Classes in oshi.hardware.common that implement HardwareAbstractionLayer Modifier and Type Class Description classAbstractHardwareAbstractionLayerCommon 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 HardwareAbstractionLayer Modifier and Type Class Description classLinuxHardwareAbstractionLayerLinuxHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement HardwareAbstractionLayer Modifier and Type Class Description classMacHardwareAbstractionLayerMacHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement HardwareAbstractionLayer Modifier and Type Class Description classAixHardwareAbstractionLayerAIXHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement HardwareAbstractionLayer Modifier and Type Class Description classFreeBsdHardwareAbstractionLayerFreeBsdHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement HardwareAbstractionLayer Modifier and Type Class Description classSolarisHardwareAbstractionLayerSolarisHardwareAbstractionLayer class. -
Uses of HardwareAbstractionLayer in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement HardwareAbstractionLayer Modifier and Type Class Description classWindowsHardwareAbstractionLayerWindowsHardwareAbstractionLayer class.