Uses of Interface
oshi.hardware.Firmware
Packages that use Firmware
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
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 abstract base classes and pure-Java implementations for FreeBSD hardware, shared by the JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on NetBSD systems
Provides abstract base classes and pure-Java implementations for OpenBSD 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 Firmware in oshi.hardware
Methods in oshi.hardware that return FirmwareModifier and TypeMethodDescriptionComputerSystem.getFirmware()Get the computer system firmware/BIOS. -
Uses of Firmware in oshi.hardware.common
Classes in oshi.hardware.common that implement FirmwareMethods in oshi.hardware.common that return FirmwareModifier and TypeMethodDescriptionprotected abstract FirmwareAbstractComputerSystem.createFirmware()Instantiates the platform-specificFirmwareobjectAbstractComputerSystem.getFirmware() -
Uses of Firmware in oshi.hardware.common.platform.mac
Classes in oshi.hardware.common.platform.mac that implement Firmware -
Uses of Firmware in oshi.hardware.common.platform.unix.aix
Classes in oshi.hardware.common.platform.unix.aix that implement FirmwareMethods in oshi.hardware.common.platform.unix.aix that return Firmware -
Uses of Firmware in oshi.hardware.common.platform.unix.freebsd
Classes in oshi.hardware.common.platform.unix.freebsd that implement FirmwareMethods in oshi.hardware.common.platform.unix.freebsd that return Firmware -
Uses of Firmware in oshi.hardware.common.platform.unix.netbsd
Classes in oshi.hardware.common.platform.unix.netbsd that implement FirmwareMethods in oshi.hardware.common.platform.unix.netbsd that return Firmware -
Uses of Firmware in oshi.hardware.common.platform.unix.openbsd
Classes in oshi.hardware.common.platform.unix.openbsd that implement Firmware -
Uses of Firmware in oshi.hardware.common.platform.unix.solaris
Classes in oshi.hardware.common.platform.unix.solaris that implement FirmwareMethods in oshi.hardware.common.platform.unix.solaris that return Firmware -
Uses of Firmware in oshi.hardware.common.platform.windows
Classes in oshi.hardware.common.platform.windows that implement Firmware