|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadSpec | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of DownloadSpec in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type DownloadSpec | |
---|---|
void |
VersionControlClient.downloadFile(DownloadSpec spec,
java.io.File destinationFile,
boolean autoGunzip)
|
void |
VersionControlClient.downloadFile(DownloadSpec spec,
java.io.File destinationFile,
boolean autoGunzip,
EventSource eventSource,
TaskMonitor taskMonitor)
Download the file described by spec to the destination file. |
void |
VersionControlClient.downloadFileToStream(DownloadSpec spec,
java.io.OutputStream outputStream,
boolean autoGunzip)
This convenience method does not support retrying downloads that failed with transient network problems. |
void |
VersionControlClient.downloadFileToStream(DownloadSpec spec,
java.io.OutputStream outputStream,
boolean autoGunzip,
EventSource eventSource,
TaskMonitor taskMonitor)
This convenience method does not support retrying downloads that failed with transient network problems. |
void |
VersionControlClient.downloadFileToStreams(DownloadSpec spec,
DownloadOutput[] outputs,
EventSource eventSource,
TaskMonitor taskMonitor)
Download the file described by spec to the destination stream or streams. |
java.io.File |
VersionControlClient.downloadFileToTempLocation(DownloadSpec spec,
java.lang.String fileName)
Downloads a file to a temporary location (created by the method), gunzipping if necessary. |
Uses of DownloadSpec in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return DownloadSpec | |
---|---|
DownloadSpec |
GetOperation.createDownloadSpec()
Creates an download spec instance for this operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |