Uses of Class
com.tccc.kos.core.manifest.ResolvedDeviceManifest
Packages that use ResolvedDeviceManifest
-
Uses of ResolvedDeviceManifest in com.tccc.kos.core.service.manifest
Methods in com.tccc.kos.core.service.manifest that return ResolvedDeviceManifestModifier and TypeMethodDescriptionManifestService.getDeviceManifest()
Return the currently activeResolvedDeviceManifest
for this device.Methods in com.tccc.kos.core.service.manifest with parameters of type ResolvedDeviceManifestModifier and TypeMethodDescriptionvoid
ManifestService.setActiveManifest
(String manifestId, ResolvedDeviceManifest deviceManifest, ResolvedNodeManifest nodeManifest) Called during boot to record the currently active manifest.SoftwareInfoBuilder.setDeviceManifest
(ResolvedDeviceManifest deviceManifest) Set the device manifest to convert.