Package com.kosdev.kos.core.manifest
Class ResolvedManifestArtifact
java.lang.Object
com.kosdev.kos.core.manifest.ResolvedManifestArtifact
A resolved
ManifestArtifact. This matches the artifact from the manifest
with a locally installed KAB file.- Since:
- 1
- Version:
- 1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResolvedManifestArtifact
public ResolvedManifestArtifact()
-
-
Method Details
-
getIdentifier
Return the identifier of the artifact which is the kab identifier.- Since:
- 1
-
getKab
Returns the resolved KAB for this artifact or null if not found.- Since:
- 1
-
isIncomplete
public boolean isIncomplete()Returns true if the artifact is missing from the local installation.- Since:
- 1
-
equals
-
hashCode
public int hashCode()
-