Package oshi.hardware

Interface Firmware

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    AbstractFirmware

    public interface Firmware
    extends java.io.Serializable
    The Firmware represents the low level BIOS or equivalent
    Author:
    SchiTho1 [at] Securiton AG
    • Method Detail

      • getManufacturer

        java.lang.String getManufacturer()
        Get the firmware manufacturer.
        Returns:
        the manufacturer
      • getName

        java.lang.String getName()
        Get the firmware name.
        Returns:
        the name
      • getDescription

        java.lang.String getDescription()
        Get the firmware description.
        Returns:
        the description
      • getVersion

        java.lang.String getVersion()
        Get the firmware version.
        Returns:
        the version
      • getReleaseDate

        java.lang.String getReleaseDate()
        Get the firmware release date.
        Returns:
        The date in ISO 8601 YYYY-MM-DD format.