Uses of Class
com.kosdev.kos.core.service.assembly.Assembly
Packages that use Assembly
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
Device management and identification services for KOS.
-
Uses of Assembly in com.kosdev.kos.core.service.app
Methods in com.kosdev.kos.core.service.app with parameters of type AssemblyModifier and TypeMethodDescriptionvoidSystemApplication.installAssembly(Assembly assembly) Installs an assembly. -
Uses of Assembly in com.kosdev.kos.core.service.assembly
Methods in com.kosdev.kos.core.service.assembly that return AssemblyModifier and TypeMethodDescriptionAssemblyAware.getAssembly()Returns the associated assembly.AssemblyService.getCoreAssembly()Methods in com.kosdev.kos.core.service.assembly that return types with arguments of type AssemblyMethods in com.kosdev.kos.core.service.assembly with parameters of type AssemblyModifier and TypeMethodDescriptionvoidInstalls an assembly.voidCalled when the associated assembly is fully installed.voidCalled when an assembly is installed.default voidAssemblyPrePostInstallListener.onPostInstall(Assembly assembly) Called when an Assembly has finished installing.default voidAssemblyPrePostInstallListener.onPostUninstall(Assembly assembly) Called when an Assembly has finished uninstalling.default voidAssemblyPrePostInstallListener.onPreInstall(Assembly assembly) Called when an Assembly is about to be installed.default voidAssemblyPrePostInstallListener.onPreUninstall(Assembly assembly) Called when an Assembly is about to be uninstalled.voidAssemblyInstallListener.onUninstall(Assembly assembly) Called when an assembly is uinstalled.voidUninstalls an assembly. -
Uses of Assembly in com.kosdev.kos.core.service.device
Methods in com.kosdev.kos.core.service.device that return types with arguments of type Assembly -
Uses of Assembly in com.kosdev.kos.core.service.hardware
Methods in com.kosdev.kos.core.service.hardware that return AssemblyConstructors in com.kosdev.kos.core.service.hardware with parameters of type Assembly