public class PluginDownloader extends Object implements ServerComponent
| Constructor and Description |
|---|
PluginDownloader(UpdateCenterClient center,
HttpDownloader downloader,
DefaultServerFileSystem fileSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelDownloads() |
void |
download(String pluginKey,
org.sonar.updatecenter.common.Version version) |
List<String> |
getDownloads() |
boolean |
hasDownloads() |
public PluginDownloader(UpdateCenterClient center, HttpDownloader downloader, DefaultServerFileSystem fileSystem)
public void cancelDownloads()
public boolean hasDownloads()
public List<String> getDownloads()
Copyright © 2009-2012 SonarSource. All Rights Reserved.