Package com.tccc.kos.core.manifest
Class ResolvedManifestArtifact
java.lang.Object
com.tccc.kos.core.manifest.ResolvedManifestArtifact
A resolved
ManifestArtifact
. This matches the artifact from the manifest
with a locally installed KAB file.- Since:
- 1.0
- Version:
- 2023-02-23
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResolvedManifestArtifact
public ResolvedManifestArtifact()
-
-
Method Details
-
getIdentifier
Return the identifier of the artifact which is the kab identifier. -
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
-
hashCode
public int hashCode()
-