Class DownloadService
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService<DownloadServiceData>
com.microsoftopentechnologies.windowsazurestorage.service.DownloadService
- Direct Known Subclasses:
DownloadFromBuildService,DownloadFromContainerService,DownloadFromFileService
-
Field Summary
FieldsFields inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
FP_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddownloadBlob(com.azure.storage.blob.specialized.BlobClientBase blob) protected voiddownloadSingleFile(com.azure.storage.file.share.ShareFileClient cloudFile) intprotected booleanshouldDownload(String includePattern, String excludePattern, String blobName, boolean isFullPath) protected voidMethods inherited from class com.microsoftopentechnologies.windowsazurestorage.service.StoragePluginService
error, execute, getServiceData, getTime, println, setRunUnstable, setServiceData
-
Field Details
-
DOWNLOAD
- See Also:
-
DOWNLOAD_FAILED
- See Also:
-
-
Constructor Details
-
DownloadService
-
-
Method Details
-
waitForDownloadEnd
- Throws:
WAStorageException
-
downloadBlob
protected void downloadBlob(com.azure.storage.blob.specialized.BlobClientBase blob) throws WAStorageException - Throws:
WAStorageException
-
shouldDownload
-
getFilesDownloaded
public int getFilesDownloaded() -
getExecutorService
-