Package oshi.hardware.platform.mac
Class MacFirmware
java.lang.Object
oshi.hardware.common.AbstractFirmware
oshi.hardware.platform.mac.MacFirmware
- All Implemented Interfaces:
Firmware
Firmware data obtained from ioreg.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oshi.hardware.common.AbstractFirmware
toString
-
Field Details
-
manufNameDescVersRelease
-
-
Constructor Details
-
MacFirmware
MacFirmware()
-
-
Method Details
-
getManufacturer
Description copied from interface:FirmwareGet the firmware manufacturer.- Returns:
- the manufacturer
-
getName
Description copied from interface:FirmwareGet the firmware name.- Specified by:
getNamein interfaceFirmware- Overrides:
getNamein classAbstractFirmware- Returns:
- the name
-
getDescription
Description copied from interface:FirmwareGet the firmware description.- Specified by:
getDescriptionin interfaceFirmware- Overrides:
getDescriptionin classAbstractFirmware- Returns:
- the description
-
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.
-
queryEfi
-