Class OpenBsdFirmware
java.lang.Object
oshi.hardware.common.AbstractFirmware
oshi.hardware.platform.unix.openbsd.OpenBsdFirmware
- All Implemented Interfaces:
Firmware
OpenBSD Firmware implementation
-
Constructor Summary
Constructors -
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:FirmwareGet the firmware manufacturer.- Returns:
- the manufacturer
-
getVersion
Description copied from interface:FirmwareGet the firmware version.- Returns:
- the version
-
getReleaseDate
Description copied from interface:FirmwareGet the firmware release date.- Specified by:
getReleaseDatein interfaceFirmware- Overrides:
getReleaseDatein classAbstractFirmware- Returns:
- The release date.
-