Interface ManifestArtifact

All Known Implementing Classes:
BaseManifestArtifact

public interface ManifestArtifact
Representation of a kab file within a manifest.
Version:
2022-10-15
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the full hash of the kab.
    Return the identifier of the kab.
    Return the miniHash of the kab.
    long
    Return the size of the kab.
  • Method Details

    • getIdentifier

      String getIdentifier()
      Return the identifier of the kab.
    • getMiniHash

      String getMiniHash()
      Return the miniHash of the kab.
    • getHash

      String getHash()
      Return the full hash of the kab.
    • getSize

      long getSize()
      Return the size of the kab.