Interface KabSource

All Known Implementing Classes:
DeviceInstallBuilder, DirectoryKabSource, ManifestChainResolver

public interface KabSource
Interface for objects that can return kab files by id.
Version:
2023-08-22
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the kab file with the specified identifier.
  • Method Details

    • getKabByIdentifier

      KabFile getKabByIdentifier(String identifier)
      Return the kab file with the specified identifier.