Package oshi.hardware
Interface Firmware
- All Known Implementing Classes:
AbstractFirmware
,AixFirmware
,FreeBsdFirmware
,LinuxFirmware
,MacFirmware
,OpenBsdFirmware
,SolarisFirmware
,WindowsFirmware
The Firmware represents the low level BIOS or equivalent.
-
Method Summary
Modifier and TypeMethodDescriptionGet the firmware description.Get the firmware manufacturer.getName()
Get the firmware name.Get the firmware release date.Get the firmware version.
-
Method Details
-
getManufacturer
String getManufacturer()Get the firmware manufacturer.- Returns:
- the manufacturer
-
getName
String getName()Get the firmware name.- Returns:
- the name
-
getDescription
String getDescription()Get the firmware description.- Returns:
- the description
-
getVersion
String getVersion()Get the firmware version.- Returns:
- the version
-
getReleaseDate
String getReleaseDate()Get the firmware release date.- Returns:
- The release date.
-