Uses of Interface
lu.kbra.modelizer_next.bootstrap.UpdateRuntime
Packages that use UpdateRuntime
Package
Description
Bootstrap entry points and runtime contracts that start the installed application and manage
update preparation.
-
Uses of UpdateRuntime in lu.kbra.modelizer_next.bootstrap
Classes in lu.kbra.modelizer_next.bootstrap that implement UpdateRuntimeModifier and TypeClassDescriptionclassRuntime coordinator that checks updates, prepares the installed application, and launches it.Methods in lu.kbra.modelizer_next.bootstrap that return UpdateRuntimeModifier and TypeMethodDescriptionstatic UpdateRuntimeUpdateRuntimes.getInstance()Returns the instance during bootstrap/update processing.Methods in lu.kbra.modelizer_next.bootstrap with parameters of type UpdateRuntimeModifier and TypeMethodDescriptionstatic voidUpdateRuntimes.install(UpdateRuntime updateRuntime) Creates an InstalledApplication value from an installed jar path.