Class FirmwareInfo

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

public class FirmwareInfo extends Object
Information about a single firmware entry in a kab file.
Since:
1
Version:
1
  • Constructor Details

    • FirmwareInfo

      public FirmwareInfo()
  • Method Details

    • getBoardType

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object