Class FirmwareInfo

java.lang.Object
com.tccc.kos.core.service.firmware.FirmwareInfo

public class FirmwareInfo extends Object
Information about a single firmware entry in a kab file.
Version:
2024-05-15
  • Constructor Details

    • FirmwareInfo

      public FirmwareInfo()
  • Method Details

    • getBoardType

      public String getBoardType()
      Return the board type this firmware is compatible with.
    • getFirmwareType

      public String getFirmwareType()
      Return the firmware type.
    • getBoardRevisions

      public List<String> getBoardRevisions()
      Return the list of board revisions this firmware is compatible with.
    • getVersion

      public String getVersion()
      Return the firmware version.
    • getInputStream

      public InputStream getInputStream()
      Return an input stream for the firmware file.
    • getKab

      public KabFile getKab()
      Return the associated kab file.
    • toString

      public String toString()
      Overrides:
      toString in class Object