Uses of Class
com.tccc.kos.core.service.app.AppLoader
Packages that use AppLoader
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of AppLoader in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return AppLoaderModifier and TypeMethodDescriptionApplication.getLoader()
Return the loader that loaded the application.AppService.loadApp
(KabFile kab, Application<?> parent) Attempts to load the specified application.AppService.loadApp
(KabFile kab, Application<?> parent, Collection<Object> beans) Attempts to load the specified application.Methods in com.tccc.kos.core.service.app with parameters of type AppLoader