| Package | Description |
|---|---|
| org.jivesoftware.openfire.update |
Classes that provide the "check for update" service or the "get available plugins" service.
|
| Modifier and Type | Method and 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 or null if the plugin is up to date.
|
Update |
UpdateManager.getServerUpdate()
Returns the server update or null if the server is up to date.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Update> |
UpdateManager.getPluginUpdates()
Returns a previously fetched list of updates.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.