Uses of Record Class
lu.kbra.modelizer_next.bootstrap.AvailableUpdate
Packages that use AvailableUpdate
Package
Description
Bootstrap entry points and runtime contracts that start the installed application and manage
update preparation.
Remote update client code that reads update manifests and downloads application or bootstrap
installer artifacts.
Installed application discovery, update storage, class-loader isolation, and launching of the
selected application jar.
-
Uses of AvailableUpdate in lu.kbra.modelizer_next.bootstrap
Methods in lu.kbra.modelizer_next.bootstrap that return AvailableUpdateModifier and TypeMethodDescriptionAbstractBootstrapRuntime.checkForUpdates()Checks the for updates.BootstrapRuntime.checkForUpdates()Checks the for updates.UpdateRuntime.checkForUpdates()Checks the for updates.Methods in lu.kbra.modelizer_next.bootstrap with parameters of type AvailableUpdateModifier and TypeMethodDescriptionbooleanAbstractBootstrapRuntime.installUpdateAndExit(Component parentComponent, AvailableUpdate update, AbstractBootstrapRuntime.UpdatePreparation preparation) Installs the update and exit.booleanBootstrapRuntime.installUpdateAndRestart(Component parentComponent, AvailableUpdate update, UpdateRuntime.UpdatePreparation preparation) Installs the update and restart.booleanUpdateRuntime.installUpdateAndRestart(Component parentComponent, AvailableUpdate update, UpdateRuntime.UpdatePreparation preparation) Installs the update and restart. -
Uses of AvailableUpdate in lu.kbra.modelizer_next.bootstrap.remote
Methods in lu.kbra.modelizer_next.bootstrap.remote that return AvailableUpdateModifier and TypeMethodDescriptionRemoteUpdateService.findLatest(UpdateChannel channel, VersionComparator.ParsedVersion currentVersion) Finds the latest that matches the supplied input.Methods in lu.kbra.modelizer_next.bootstrap.remote with parameters of type AvailableUpdateModifier and TypeMethodDescriptionvoidRemoteUpdateService.download(AvailableUpdate update, Path destination, ProgressListener listener) Downloads an update artifact. -
Uses of AvailableUpdate in lu.kbra.modelizer_next.bootstrap.subapp
Methods in lu.kbra.modelizer_next.bootstrap.subapp with parameters of type AvailableUpdateModifier and TypeMethodDescriptionApplicationInventory.install(AvailableUpdate update, ProgressListener listener) Creates an InstalledApplication value from an installed jar path.