Uses of Package
lu.kbra.modelizer_next.bootstrap
Packages that use lu.kbra.modelizer_next.bootstrap
Package
Description
Entry points for the Modelizer Next desktop application and bootstrap integration.
Bootstrap entry points and runtime contracts that start the installed application and manage
update preparation.
Bootstrap configuration objects and constants, including update manifest locations and JSON
mapping setup.
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.
Shared configuration, application constants, platform helpers, and small utility types used by
the application and bootstrap modules.
-
Classes in lu.kbra.modelizer_next.bootstrap used by lu.kbra.modelizer_nextClassDescriptionContract implemented by applications that can be launched by the bootstrap runtime.
-
Classes in lu.kbra.modelizer_next.bootstrap used by lu.kbra.modelizer_next.bootstrapClassDescriptionBase implementation of update runtime behavior shared with application-side update checks.Defines operations for update preparation behavior.Update check result describing the current version, latest version, notes, and download location.Minimal configuration exposed to the application by the bootstrap runtime.Runtime coordinator that checks updates, prepares the installed application, and launches it.Supported release channels for updates.Runtime contract exposed to the launched application for update checks and restart/update flow.Defines operations for update preparation behavior.
-
Classes in lu.kbra.modelizer_next.bootstrap used by lu.kbra.modelizer_next.bootstrap.configClassDescriptionMinimal configuration exposed to the application by the bootstrap runtime.Supported release channels for updates.
-
Classes in lu.kbra.modelizer_next.bootstrap used by lu.kbra.modelizer_next.bootstrap.remoteClassDescriptionUpdate check result describing the current version, latest version, notes, and download location.Listener used by bootstrap tasks to report progress text and numeric progress values.Supported release channels for updates.
-
Classes in lu.kbra.modelizer_next.bootstrap used by lu.kbra.modelizer_next.bootstrap.subappClassDescriptionUpdate check result describing the current version, latest version, notes, and download location.Listener used by bootstrap tasks to report progress text and numeric progress values.Supported release channels for updates.
-
Classes in lu.kbra.modelizer_next.bootstrap used by lu.kbra.modelizer_next.common