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 Update
PluginDownloadManager. downloadPlugin(String url)
Starts the download process of a given plugin with it's URL.Update
UpdateManager. getPluginUpdate(String pluginName, Version currentVersion)
Returns the plugin update ornull
if the plugin is up to date.Update
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 Update Modifier and Type Method Description Collection<Update>
UpdateManager. getPluginUpdates()
Returns a previously fetched list of updates.
-