java.lang.Object
oshi.hardware.common.AbstractFirmware
oshi.hardware.platform.unix.openbsd.OpenBsdFirmware
- All Implemented Interfaces:
Firmware
OpenBSD Firmware implementation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the firmware manufacturer.Get the firmware release date.Get the firmware version.Methods inherited from class oshi.hardware.common.AbstractFirmware
getDescription, getName, toString
-
Constructor Details
-
OpenBsdFirmware
public OpenBsdFirmware()
-
-
Method Details
-
getManufacturer
Description copied from interface:Firmware
Get the firmware manufacturer.- Returns:
- the manufacturer
-
getVersion
Description copied from interface:Firmware
Get the firmware version.- Returns:
- the version
-
getReleaseDate
Description copied from interface:Firmware
Get the firmware release date.- Specified by:
getReleaseDate
in interfaceFirmware
- Overrides:
getReleaseDate
in classAbstractFirmware
- Returns:
- The release date.
-