Uses of Interface
com.tccc.kos.commons.manifest.ManifestArtifact
Packages that use ManifestArtifact
Package
Description
-
Uses of ManifestArtifact in com.tccc.kos.commons.manifest
Classes in com.tccc.kos.commons.manifest that implement ManifestArtifactModifier and TypeClassDescriptionclass
Base class for describing a kab in a manifest.Methods in com.tccc.kos.commons.manifest that return types with arguments of type ManifestArtifactModifier and TypeMethodDescriptionCollection<? extends ManifestArtifact>
ManifestSection.getArtifacts()
Return the artifacts in the section.Collection<? extends ManifestArtifact>
NodeManifest.getKabs()
Return the list of kabs for the node, including the layers.Collection<? extends ManifestArtifact>
NodeManifest.getLayers()
Return the list of layers for the node. -
Uses of ManifestArtifact in com.tccc.kos.commons.manifest.install
Methods in com.tccc.kos.commons.manifest.install that return types with arguments of type ManifestArtifactModifier and TypeMethodDescriptionCollection<? extends ManifestArtifact>
PrimaryManifestInstallView.getKabs()
Return the list of kabs required for the entire device.Collection<? extends ManifestArtifact>
PrimaryManifestInstallView.getLayers()
Return the list of layers required for the primary node only. -
Uses of ManifestArtifact in com.tccc.kos.core.primary.service.nodemgr.install
Methods in com.tccc.kos.core.primary.service.nodemgr.install that return types with arguments of type ManifestArtifactModifier and TypeMethodDescriptionInstallBuilder.getMissingArtifacts()
Return the list of kabs referenced by the manifest but are not available from any of the sources.