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.String getManufacturer()
    Get the firmware manufacturer.
    java.lang.String getReleaseDate()
    Get the firmware release date.
    java.lang.String getVersion()
    Get the firmware version.

    Methods inherited from class oshi.hardware.common.AbstractFirmware

    getDescription, getName, toString

    Methods 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: Firmware
      Get the firmware manufacturer.
      Returns:
      the manufacturer
    • getVersion

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

      public java.lang.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.