Uses of Interface
oshi.hardware.Firmware
-
Packages that use Firmware Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of Firmware in oshi.hardware
Methods in oshi.hardware that return Firmware Modifier and Type Method Description Firmware
ComputerSystem. getFirmware()
Get the computer system firmware/BIOS. -
Uses of Firmware in oshi.hardware.common
Classes in oshi.hardware.common that implement Firmware Modifier and Type Class Description class
AbstractFirmware
Firmware data.Fields in oshi.hardware.common with type parameters of type Firmware Modifier and Type Field Description private java.util.function.Supplier<Firmware>
AbstractComputerSystem. firmware
Methods in oshi.hardware.common that return Firmware Modifier and Type Method Description protected abstract Firmware
AbstractComputerSystem. createFirmware()
Instantiates the platform-specificFirmware
objectFirmware
AbstractComputerSystem. getFirmware()
-
Uses of Firmware in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement Firmware Modifier and Type Class Description (package private) class
LinuxFirmware
Firmware data obtained by sysfs.Methods in oshi.hardware.platform.linux that return Firmware Modifier and Type Method Description Firmware
LinuxComputerSystem. createFirmware()
-
Uses of Firmware in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement Firmware Modifier and Type Class Description (package private) class
MacFirmware
Firmware data obtained from ioreg.Methods in oshi.hardware.platform.mac that return Firmware Modifier and Type Method Description Firmware
MacComputerSystem. createFirmware()
-
Uses of Firmware in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement Firmware Modifier and Type Class Description (package private) class
AixFirmware
Firmware data.Methods in oshi.hardware.platform.unix.aix that return Firmware Modifier and Type Method Description Firmware
AixComputerSystem. createFirmware()
-
Uses of Firmware in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement Firmware Modifier and Type Class Description (package private) class
FreeBsdFirmware
Firmware information from dmidecodeMethods in oshi.hardware.platform.unix.freebsd that return Firmware Modifier and Type Method Description Firmware
FreeBsdComputerSystem. createFirmware()
-
Uses of Firmware in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement Firmware Modifier and Type Class Description class
OpenBsdFirmware
OpenBSD Firmware implementationMethods in oshi.hardware.platform.unix.openbsd that return Firmware Modifier and Type Method Description protected Firmware
OpenBsdComputerSystem. createFirmware()
-
Uses of Firmware in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement Firmware Modifier and Type Class Description (package private) class
SolarisFirmware
Firmware data.Methods in oshi.hardware.platform.unix.solaris that return Firmware Modifier and Type Method Description Firmware
SolarisComputerSystem. createFirmware()
-
Uses of Firmware in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement Firmware Modifier and Type Class Description (package private) class
WindowsFirmware
Firmware data obtained from WMIMethods in oshi.hardware.platform.windows that return Firmware Modifier and Type Method Description Firmware
WindowsComputerSystem. createFirmware()
-