Uses of Class
com.tccc.kos.commons.manifest.BaseManifestArtifact
Packages that use BaseManifestArtifact
Package
Description
-
Uses of BaseManifestArtifact in com.tccc.kos.commons.manifest.chained
Methods in com.tccc.kos.commons.manifest.chained that return types with arguments of type BaseManifestArtifactMethods in com.tccc.kos.commons.manifest.chained with parameters of type BaseManifestArtifactModifier and TypeMethodDescriptionChainedManifestBuilder.addArtifact
(String section, BaseManifestArtifact artifact) Add an artifact to the named section.Method parameters in com.tccc.kos.commons.manifest.chained with type arguments of type BaseManifestArtifactModifier and TypeMethodDescriptionvoid
ChainedManifest.setSections
(Map<String, Set<BaseManifestArtifact>> sections) -
Uses of BaseManifestArtifact in com.tccc.kos.commons.manifest.install
Methods in com.tccc.kos.commons.manifest.install that return types with arguments of type BaseManifestArtifactModifier and TypeMethodDescriptionInstallManifest.getInstallArtifacts()
InstallManifest.getInstallLayers()
Method parameters in com.tccc.kos.commons.manifest.install with type arguments of type BaseManifestArtifactModifier and TypeMethodDescriptionvoid
InstallManifest.setInstallArtifacts
(Set<BaseManifestArtifact> installArtifacts) void
InstallManifest.setInstallLayers
(Set<BaseManifestArtifact> installLayers) -
Uses of BaseManifestArtifact in com.tccc.kos.core.primary.service.nodemgr.install
Methods in com.tccc.kos.core.primary.service.nodemgr.install that return BaseManifestArtifactModifier and TypeMethodDescriptionDeviceInstallBuilder.getManifestArtifact
(String id) Return theBaseManfiestArtifact
for the specified id. -
Uses of BaseManifestArtifact in com.tccc.kos.core.primary.service.ota
Methods in com.tccc.kos.core.primary.service.ota that return BaseManifestArtifactModifier and TypeMethodDescriptionOTAArtifact.getArtifactInfo()
Return information about the artifact to download.Constructors in com.tccc.kos.core.primary.service.ota with parameters of type BaseManifestArtifactModifierConstructorDescriptionOTAArtifact
(OTAService service, String id, BaseManifestArtifact artifact, String error) Constructor for a an artifact to download