Interface KabSource

All Known Implementing Classes:
DirectoryKabSource

public interface KabSource
Interface for objects that can return kab files by id. The install process is based on KabSource so this allows intallation to occur from anything that implements this interface.
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.