Class BaseManifestArtifact

java.lang.Object
com.tccc.kos.commons.manifest.BaseManifestArtifact
All Implemented Interfaces:
ManifestArtifact

public class BaseManifestArtifact extends Object implements ManifestArtifact
Base class for describing a kab in a manifest. This is used to describe both layers and non-layer kabs in a manifest. Since this is primarily just information from the associated kab, it is unlikely to change much other than to add more kab related fields. This allows various manifest formats to share this base implementation or extend it as needed.
Version:
2022-10-15
  • Constructor Details

    • BaseManifestArtifact

      public BaseManifestArtifact()
  • Method Details