- All Known Implementing Classes:
BaseManifestArtifact
public interface ManifestArtifact
Representation of a kab file within a manifest.
- Version:
- 2022-10-15
-
Method Summary
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
Return the identifier of the kab.
-
getMiniHash
Return the miniHash of the kab.
-
getHash
Return the full hash of the kab.
-
getSize
long getSize()
Return the size of the kab.