Uses of Class
org.jivesoftware.openfire.update.Update
Packages that use Update
Package
Description
Classes that provide the "check for update" service or the "get available plugins" service.
-
Uses of Update in org.jivesoftware.openfire.update
Methods in org.jivesoftware.openfire.update that return UpdateModifier and TypeMethodDescriptionPluginDownloadManager.downloadPlugin
(String url) Starts the download process of a given plugin with it's URL.UpdateManager.getPluginUpdate
(String pluginName, Version currentVersion) Returns the plugin update ornull
if the plugin is up to date.UpdateManager.getServerUpdate()
Returns the server update ornull
if the server is up to date.Methods in org.jivesoftware.openfire.update that return types with arguments of type UpdateModifier and TypeMethodDescriptionUpdateManager.getPluginUpdates()
Returns a previously fetched list of updates.