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 ResolvedManifestSection -
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 theResolvedSection
associated with the application.Application.getSection
(String name) Returns theResolvedSection
with the specified name.AppLoader.getSection()
LoadableApp.getSection()
The section the application is part of.Methods in com.tccc.kos.core.service.app with parameters of type ResolvedManifestSectionModifier and TypeMethodDescriptionAppService.loadApp
(KabFile kab, ResolvedManifestSection section, Application<?> parent) Attempts to load the specified application with the specified manifest section.AppService.loadApp
(ResolvedManifestSection section, Application<?> parent) Attempts to load an application contained in the specified manifest section.void
AppLoader.setSection
(ResolvedManifestSection section)