Uses of Record Class
lu.kbra.modelizer_next.common.VersionComparator.ParsedVersion
Packages that use VersionComparator.ParsedVersion
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.
Self-update support for launching and describing native bootstrap installer updates.
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 VersionComparator.ParsedVersion in lu.kbra.modelizer_next.bootstrap
Methods in lu.kbra.modelizer_next.bootstrap that return VersionComparator.ParsedVersionModifier and TypeMethodDescriptionAvailableUpdate.currentVersion()Returns the value of thecurrentVersionrecord component.BootstrapRuntime.getCurrentApplicationVersion()Returns the current application version.UpdateRuntime.getCurrentApplicationVersion()Returns the current application version.AvailableUpdate.latestVersion()Returns the value of thelatestVersionrecord component.Constructors in lu.kbra.modelizer_next.bootstrap with parameters of type VersionComparator.ParsedVersionModifierConstructorDescriptionAvailableUpdate(UpdateChannel channel, VersionComparator.ParsedVersion currentVersion, VersionComparator.ParsedVersion latestVersion, String notes, URI downloadUri, URI releasePageUri) Creates an instance of aAvailableUpdaterecord class. -
Uses of VersionComparator.ParsedVersion in lu.kbra.modelizer_next.bootstrap.remote
Fields in lu.kbra.modelizer_next.bootstrap.remote declared as VersionComparator.ParsedVersionModifier and TypeFieldDescriptionRemoteUpdateService.UpdateManifest.bootstrapVersionRemoteUpdateService.UpdateRelease.versionMethods in lu.kbra.modelizer_next.bootstrap.remote with parameters of type VersionComparator.ParsedVersionModifier and TypeMethodDescriptionRemoteUpdateService.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 VersionComparator.ParsedVersion in lu.kbra.modelizer_next.bootstrap.selfupdate
Methods in lu.kbra.modelizer_next.bootstrap.selfupdate that return VersionComparator.ParsedVersionModifier and TypeMethodDescriptionBootstrapInstallerUpdate.currentVersion()Returns the value of thecurrentVersionrecord component.BootstrapInstallerUpdate.latestVersion()Returns the value of thelatestVersionrecord component.Constructors in lu.kbra.modelizer_next.bootstrap.selfupdate with parameters of type VersionComparator.ParsedVersionModifierConstructorDescriptionBootstrapInstallerUpdate(VersionComparator.ParsedVersion currentVersion, VersionComparator.ParsedVersion latestVersion, URI installerUri, URI releasePageUri, Platform platform) Creates an instance of aBootstrapInstallerUpdaterecord class. -
Uses of VersionComparator.ParsedVersion in lu.kbra.modelizer_next.bootstrap.subapp
Methods in lu.kbra.modelizer_next.bootstrap.subapp that return VersionComparator.ParsedVersionModifier and TypeMethodDescriptionInstalledApplication.version()Returns the value of theversionrecord component.Constructors in lu.kbra.modelizer_next.bootstrap.subapp with parameters of type VersionComparator.ParsedVersionModifierConstructorDescriptionInstalledApplication(VersionComparator.ParsedVersion version, String entryPoint, Path jarFile) Creates an instance of aInstalledApplicationrecord class. -
Uses of VersionComparator.ParsedVersion in lu.kbra.modelizer_next.common
Fields in lu.kbra.modelizer_next.common with type parameters of type VersionComparator.ParsedVersionModifier and TypeFieldDescriptionstatic final Comparator<VersionComparator.ParsedVersion> ChannelComparator.PARSED_COMPARATORstatic final Comparator<VersionComparator.ParsedVersion> VersionComparator.PARSED_COMPARATORMethods in lu.kbra.modelizer_next.common that return VersionComparator.ParsedVersionModifier and TypeMethodDescriptionParsedVersionModule.ParsedVersionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Reads the value from JSON.Parses the supplied text into the value type used by this class.