Uses of Class
com.kosdev.kos.core.manifest.ResolvedNodeManifest
Packages that use ResolvedNodeManifest
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of ResolvedNodeManifest in com.kosdev.kos.core.manifest
Methods in com.kosdev.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.kosdev.kos.core.manifest that return types with arguments of type ResolvedNodeManifest -
Uses of ResolvedNodeManifest in com.kosdev.kos.core.service.app
Methods in com.kosdev.kos.core.service.app that return ResolvedNodeManifestModifier and TypeMethodDescriptionApplication.getNodeManifest()Return the currently active node manifest for this node. -
Uses of ResolvedNodeManifest in com.kosdev.kos.core.service.manifest
Methods in com.kosdev.kos.core.service.manifest that return ResolvedNodeManifestModifier and TypeMethodDescriptionManifestService.getNodeManifest()Return the currently activeResolvedNodeManifestfor this node within the device.