Uses of Class
com.tccc.kos.core.manifest.ResolvedManifestSection
Packages that use ResolvedManifestSection
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
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.