Class OpenBsdFirmware
java.lang.Object
oshi.hardware.common.AbstractFirmware
oshi.hardware.platform.unix.openbsd.OpenBsdFirmware
- All Implemented Interfaces:
Firmware
@Immutable public class OpenBsdFirmware extends AbstractFirmware
OpenBSD Firmware implementation
-
Constructor Summary
Constructors Constructor Description OpenBsdFirmware() -
Method Summary
Modifier and Type Method Description java.lang.StringgetManufacturer()Get the firmware manufacturer.java.lang.StringgetReleaseDate()Get the firmware release date.java.lang.StringgetVersion()Get the firmware version.Methods inherited from class oshi.hardware.common.AbstractFirmware
getDescription, getName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
OpenBsdFirmware
public OpenBsdFirmware()
-
-
Method Details
-
getManufacturer
public java.lang.String getManufacturer()Description copied from interface:FirmwareGet the firmware manufacturer.- Returns:
- the manufacturer
-
getVersion
public java.lang.String getVersion()Description copied from interface:FirmwareGet the firmware version.- Returns:
- the version
-
getReleaseDate
public java.lang.String getReleaseDate()Description copied from interface:FirmwareGet the firmware release date.- Specified by:
getReleaseDatein interfaceFirmware- Overrides:
getReleaseDatein classAbstractFirmware- Returns:
- The release date.
-