Package oshi.hardware

Interface Firmware

All Known Implementing Classes:
AbstractFirmware, OpenBsdFirmware

@Immutable public interface Firmware
The Firmware represents the low level BIOS or equivalent.
  • 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.