Uses of Class
com.tccc.kos.commons.manifest.DeviceManifestVersion
Packages that use DeviceManifestVersion
Package
Description
-
Uses of DeviceManifestVersion in com.tccc.kos.commons.manifest
Subclasses of DeviceManifestVersion in com.tccc.kos.commons.manifestModifier and TypeClassDescriptionclass
Base class for all futureDeviceManifest
implementations which implements the @{code PrimaryManifestInstallView} interface which is sufficient for a primary node to identify any missing artifacts and install them, even if it doesn't understand the actual manifest format. -
Uses of DeviceManifestVersion in com.tccc.kos.commons.manifest.chained
Subclasses of DeviceManifestVersion in com.tccc.kos.commons.manifest.chainedModifier and TypeClassDescriptionclass
AChainedManifest
defines a collection of sections that contains artifacts that are used to resolve external references from aNodeManifest
. -
Uses of DeviceManifestVersion in com.tccc.kos.commons.manifest.install
Subclasses of DeviceManifestVersion in com.tccc.kos.commons.manifest.installModifier and TypeClassDescriptionclass
Class used to extract information from a manifest that identifies the minimum information required to correctly install an update on the primary node of a device such that the primary and all child nodes in the device can be properly updated.