Uses of Enum Class
lu.kbra.modelizer_next.bootstrap.UpdateChannel
Packages that use UpdateChannel
Package
Description
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.
-
Uses of UpdateChannel in lu.kbra.modelizer_next.bootstrap
Methods in lu.kbra.modelizer_next.bootstrap that return UpdateChannelModifier and TypeMethodDescriptionstatic UpdateChannelUpdateChannel.byId(int channelRank) Returns the update channel with the supplied numeric id.AvailableUpdate.channel()Returns the value of thechannelrecord component.AbstractBootstrapRuntime.getSelectedChannel()Returns the selected channel during bootstrap/update processing.BootstrapRuntime.getSelectedChannel()Returns the selected channel during bootstrap/update processing.UpdateRuntime.getSelectedChannel()Returns the selected channel during bootstrap/update processing.static UpdateChannelReturns the enum constant of this class with the specified name.static UpdateChannel[]UpdateChannel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in lu.kbra.modelizer_next.bootstrap with parameters of type UpdateChannelModifier and TypeMethodDescriptionvoidAbstractBootstrapRuntime.setSelectedChannel(UpdateChannel updateChannel) Sets the selected channel during bootstrap/update processing.voidBootstrapRuntime.setSelectedChannel(UpdateChannel updateChannel) Sets the selected channel during bootstrap/update processing.voidUpdateRuntime.setSelectedChannel(UpdateChannel updateChannel) Sets the selected channel during bootstrap/update processing.Constructors in lu.kbra.modelizer_next.bootstrap with parameters of type UpdateChannelModifierConstructorDescriptionAvailableUpdate(UpdateChannel channel, VersionComparator.ParsedVersion currentVersion, VersionComparator.ParsedVersion latestVersion, String notes, URI downloadUri, URI releasePageUri) Creates an instance of aAvailableUpdaterecord class. -
Uses of UpdateChannel in lu.kbra.modelizer_next.bootstrap.config
Methods in lu.kbra.modelizer_next.bootstrap.config that return UpdateChannelModifier and TypeMethodDescriptionBootstrapConfiguration.getUpdateChannel()Returns the update channel.Methods in lu.kbra.modelizer_next.bootstrap.config with parameters of type UpdateChannelModifier and TypeMethodDescriptionvoidBootstrapConfiguration.setUpdateChannel(UpdateChannel updateChannel) Sets the update channel. -
Uses of UpdateChannel in lu.kbra.modelizer_next.bootstrap.remote
Methods in lu.kbra.modelizer_next.bootstrap.remote with parameters of type UpdateChannelModifier and TypeMethodDescriptionRemoteUpdateService.UpdateManifest.channel(UpdateChannel channel) Returns the manifest release entry for the requested update channel.RemoteUpdateService.findLatest(UpdateChannel channel, VersionComparator.ParsedVersion currentVersion) Finds the latest that matches the supplied input.RemoteUpdateService.findLatestBootstrapInstaller(UpdateChannel channel, VersionComparator.ParsedVersion currentVersion) Finds the latest bootstrap installer that matches the supplied input. -
Uses of UpdateChannel in lu.kbra.modelizer_next.bootstrap.subapp
Methods in lu.kbra.modelizer_next.bootstrap.subapp with parameters of type UpdateChannelModifier and TypeMethodDescriptionApplicationInventory.findLatestInstalled(UpdateChannel wantedChannel) Finds the latest installed that matches the supplied input.longApplicationUpdateStorage.freeUnusedUpdates(UpdateChannel activeChannel, InstalledApplication activeApplication) Deletes downloaded update files that are no longer needed. -
Uses of UpdateChannel in lu.kbra.modelizer_next.common
Methods in lu.kbra.modelizer_next.common that return UpdateChannelModifier and TypeMethodDescriptionVersionComparator.ParsedVersion.updateChannel()Returns the value of theupdateChannelrecord component.Constructors in lu.kbra.modelizer_next.common with parameters of type UpdateChannelModifierConstructorDescriptionParsedVersion(List<Integer> numbers, UpdateChannel updateChannel, long buildNumber) Creates an instance of aParsedVersionrecord class.