Uses of Class
ca.corbett.updates.UpdateSources.UpdateSource
Packages that use UpdateSources.UpdateSource
Package
Description
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of UpdateSources.UpdateSource in ca.corbett.extensions.ui
Fields in ca.corbett.extensions.ui declared as UpdateSources.UpdateSourceModifier and TypeFieldDescriptionprotected UpdateSources.UpdateSourceAvailableExtensionsPanel.currentUpdateSource -
Uses of UpdateSources.UpdateSource in ca.corbett.updates
Methods in ca.corbett.updates that return UpdateSources.UpdateSourceModifier and TypeMethodDescriptionstatic UpdateSources.UpdateSourceFactory method to generate an UpdateSource instance from the given json file, assuming that the file is readable and contains well-formed json.static UpdateSources.UpdateSourceFactory method to generate an UpdateSource instance from the given raw json string, assuming that the json is well-formed and parseable.Methods in ca.corbett.updates that return types with arguments of type UpdateSources.UpdateSourceModifier and TypeMethodDescriptionUpdateManager.getUpdateSources()Returns the UpdateSources that are available in this UpdateManager.UpdateSources.getUpdateSources()Methods in ca.corbett.updates with parameters of type UpdateSources.UpdateSourceModifier and TypeMethodDescriptionvoidUpdateSources.addUpdateSource(UpdateSources.UpdateSource updateSource) 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).voidUpdateManager.retrievePublicKey(UpdateSources.UpdateSource updateSource) Requests the public key for the given UpdateSource (use getUpdateSources to enumerate the available UpdateSources in this UpdateManager).voidUpdateManager.retrieveVersionManifest(UpdateSources.UpdateSource updateSource) Requests the VersionManifest for the given UpdateSource (use getUpdateSources to enumerate the available UpdateSources in this UpdateManager).Constructors in ca.corbett.updates with parameters of type UpdateSources.UpdateSourceModifierConstructorDescriptionExtensionDownloadThread(DownloadManager downloadManager, UpdateSources.UpdateSource updateSource, VersionManifest.ExtensionVersion extensionVersion)