public class PluginDownloadManager extends Object
| Constructor and Description |
|---|
PluginDownloadManager() |
| Modifier and Type | Method and Description |
|---|---|
Update |
downloadPlugin(String url)
Starts the download process of a given plugin with it's URL.
|
DownloadStatus |
installPlugin(String url,
int hashCode)
Installs a new plugin into Openfire.
|
boolean |
updatePluginsList()
Updates the PluginList from the server.
|
public Update downloadPlugin(String url)
url - the url of the plugin to download.public DownloadStatus installPlugin(String url, int hashCode)
url - the url of the plugin to install.hashCode - the matching hashcode of the AvailablePlugin.public boolean updatePluginsList()
Copyright © 2003-2008 Jive Software.