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