Uses of Class
com.tccc.kos.core.manifest.ResolvedNodeManifest
Packages that use ResolvedNodeManifest
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of ResolvedNodeManifest in com.tccc.kos.core.manifest
Methods in com.tccc.kos.core.manifest that return ResolvedNodeManifestModifier and TypeMethodDescriptionResolvedDeviceManifest.getNodeManifest
(NodeId nodeId) Return the node manifest for the specified node type.ResolvedManifestSection.getNodeManifest()
Return the node manifest the section is part of.Methods in com.tccc.kos.core.manifest that return types with arguments of type ResolvedNodeManifest -
Uses of ResolvedNodeManifest in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return ResolvedNodeManifestModifier and TypeMethodDescriptionApplication.getNodeManifest()
Return the currently active node manifest for this node. -
Uses of ResolvedNodeManifest in com.tccc.kos.core.service.manifest
Methods in com.tccc.kos.core.service.manifest that return ResolvedNodeManifestModifier and TypeMethodDescriptionManifestService.getNodeManifest()
Return the currently activeResolvedNodeManifest
for this node within the device.Methods in com.tccc.kos.core.service.manifest with parameters of type ResolvedNodeManifestModifier and TypeMethodDescriptionvoid
ManifestService.setActiveManifest
(String manifestId, ResolvedDeviceManifest deviceManifest, ResolvedNodeManifest nodeManifest) Called during boot to record the currently active manifest.