Class ResolvedManifestArtifact

java.lang.Object
com.tccc.kos.core.manifest.ResolvedManifestArtifact

public class ResolvedManifestArtifact extends Object
A resolved ManifestArtifact. This matches the artifact from the manifest with a locally installed KAB file.
Since:
1.0
Version:
2023-02-23
  • Constructor Details

    • ResolvedManifestArtifact

      public ResolvedManifestArtifact()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Return the identifier of the artifact which is the kab identifier.
    • getKab

      public KabFile getKab()
      Returns the resolved KAB for this artifact or null if not found.
    • isIncomplete

      public boolean isIncomplete()
      Returns true if the artifact is missing from the local installation.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object