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 Details

    • OpenBsdFirmware

      public OpenBsdFirmware()
  • Method Details

    • getManufacturer

      public String getManufacturer()
      Description copied from interface: Firmware
      Get the firmware manufacturer.
      Returns:
      the manufacturer
    • getVersion

      public String getVersion()
      Description copied from interface: Firmware
      Get the firmware version.
      Returns:
      the version
    • getReleaseDate

      public String getReleaseDate()
      Description copied from interface: Firmware
      Get the firmware release date.
      Specified by:
      getReleaseDate in interface Firmware
      Overrides:
      getReleaseDate in class AbstractFirmware
      Returns:
      The release date.