Uses of Class
org.jivesoftware.openfire.update.Update
-
Packages that use Update Package Description org.jivesoftware.openfire.update 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 Update Modifier and Type Method Description UpdatePluginDownloadManager. downloadPlugin(String url)Starts the download process of a given plugin with it's URL.UpdateUpdateManager. getPluginUpdate(String pluginName, Version currentVersion)Returns the plugin update ornullif the plugin is up to date.UpdateUpdateManager. getServerUpdate()Returns the server update ornullif the server is up to date.Methods in org.jivesoftware.openfire.update that return types with arguments of type Update Modifier and Type Method Description Collection<Update>UpdateManager. getPluginUpdates()Returns a previously fetched list of updates.
-