Uses of Class
com.tccc.kos.core.manifest.ResolvedManifestSection
Packages that use ResolvedManifestSection
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of ResolvedManifestSection in com.tccc.kos.core.manifest
Methods in com.tccc.kos.core.manifest that return ResolvedManifestSectionModifier and TypeMethodDescriptionResolvedNodeManifest.getSectionByName
(String name) Returns the section with the specified name.Methods in com.tccc.kos.core.manifest that return types with arguments of type ResolvedManifestSectionModifier and TypeMethodDescriptionResolvedNodeManifest.getSections()
ResolvedNodeManifest.getSectionsByNamePrefix
(String prefix) Returns all sections with the specified name prefix. -
Uses of ResolvedManifestSection in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return ResolvedManifestSectionModifier and TypeMethodDescriptionApplication.getSection()
Returns theResolvedManifestSection
associated with the application.Application.getSection
(String name) Returns theResolvedManifestSection
with the specified name.AppLoader.getSection()
Return the section the application was loaded from.LoadableApp.getSection()
The section the application is part of.Methods in com.tccc.kos.core.service.app that return types with arguments of type ResolvedManifestSectionModifier and TypeMethodDescriptionApplication.getSectionsByNamePrefix
(String prefix) Return allResolvedManifestSection
with the specified name prefix.Methods in com.tccc.kos.core.service.app with parameters of type ResolvedManifestSectionModifier and TypeMethodDescriptionvoid
Application.addLocalization
(ResolvedManifestSection section) Add all kabs in the section with a type ofkos.localization
to the associated localization context.void
AppLoader.addLocalization
(ResolvedManifestSection section) Add all localization kabs from the specified section to the localization context.void
Application.addUiPlugins
(ResolvedManifestSection section) Add all kabs in the section as UI plugins.void
AppLoader.addUiPlugins
(ResolvedManifestSection section) Add all KAB's from the specified section to the ui plugin context and the localization context.