Package | Description |
---|---|
io.fabric8.agent.download | |
io.fabric8.agent.utils |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDownloadTask |
class |
MavenDownloadTask |
class |
SimpleDownloadTask |
Modifier and Type | Method and Description |
---|---|
DownloadFuture |
DownloadManager.download(String url) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,DownloadFuture> |
AgentUtils.ArtifactDownloader.futures |
Modifier and Type | Method and Description |
---|---|
DownloadFuture |
AgentUtils.ArtifactDownloader.download(String uri) |
Modifier and Type | Method and Description |
---|---|
protected void |
AgentUtils.ArtifactDownloader.onDownloaded(DownloadFuture future,
AgentUtils.DownloadCallback callback) |
static File |
AgentUtils.waitForFileDownload(DownloadFuture future)
Waits for the download to complete returning the file or throwing an exception if it could not complete
|
Copyright © 2011–2014 Red Hat. All rights reserved.