Uses of Class
ca.corbett.updates.VersionManifest.ExtensionVersion
Packages that use VersionManifest.ExtensionVersion
Package
Description
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of VersionManifest.ExtensionVersion in ca.corbett.updates
Methods in ca.corbett.updates that return types with arguments of type VersionManifest.ExtensionVersionModifier and TypeMethodDescriptionVersionManifest.ApplicationVersion.getHighestExtensionVersions()For each Extension in this application version, find and return its highest ExtensionVersion.VersionManifest.getHighestExtensionVersionsForMajorAppVersion(int majorAppVersion) Returns a sorted list of the highest-version ExtensionVersion for each Extension that is available for the specified major version of this Application.VersionManifest.Extension.getHighestVersion()Find and return the highest ExtensionVersion for this extension.VersionManifest.getHighestVersionForExtension(String extensionName) Returns the highest ExtensionVersion for the given extension name, across all application versions.VersionManifest.getHighestVersionForExtensionInMajorAppVersion(String extensionName, int majorAppVersion) Returns the highest ExtensionVersion for the given extension name, across all application versions that match the given major version number.VersionManifest.Extension.getVersions()Methods in ca.corbett.updates with parameters of type VersionManifest.ExtensionVersionModifier and TypeMethodDescriptionvoidVersionManifest.Extension.addVersion(VersionManifest.ExtensionVersion newVersion) VersionManifest.findExtensionForExtensionVersion(VersionManifest.ExtensionVersion extVersion) This is a bit wonky, but because ExtensionVersion does not know about the Extension that contains it, I have to have this lookup function to find the Extension for a given ExtensionVersion.voidVersionManifest.Extension.removeVersion(VersionManifest.ExtensionVersion version) voidUpdateManager.retrieveExtensionJar(UpdateSources.UpdateSource updateSource, VersionManifest.ExtensionVersion extVersion) Requests the given extension jar from the given UpdateSource (use getUpdateSources to enumerate the available UpdateSources in this UpdateManager).Constructors in ca.corbett.updates with parameters of type VersionManifest.ExtensionVersionModifierConstructorDescriptionExtensionDownloadThread(DownloadManager downloadManager, UpdateSources.UpdateSource updateSource, VersionManifest.ExtensionVersion extensionVersion)