Class AbstractFirmware
java.lang.Object
oshi.hardware.common.AbstractFirmware
- All Implemented Interfaces:
Firmware
- Direct Known Subclasses:
AixFirmware, FreeBsdFirmware, MacFirmware, NetBsdFirmware, OpenBsdFirmware, SolarisFirmware, WindowsFirmware
Firmware data.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Firmware
getManufacturer, getVersionModifier and TypeMethodDescriptionGet the firmware manufacturer.Get the firmware version.
-
Constructor Details
-
AbstractFirmware
protected AbstractFirmware()Default constructor.
-
-
Method Details
-
getName
-
getDescription
Description copied from interface:FirmwareGet the firmware description.- Specified by:
getDescriptionin interfaceFirmware- Returns:
- the description
-
getReleaseDate
Description copied from interface:FirmwareGet the firmware release date.- Specified by:
getReleaseDatein interfaceFirmware- Returns:
- The release date.
-
toString
-