Class FileStoreDownloadImpl
- java.lang.Object
-
- org.molgenis.file.ingest.execution.FileStoreDownloadImpl
-
- All Implemented Interfaces:
FileStoreDownload
@Component public class FileStoreDownloadImpl extends java.lang.Object implements FileStoreDownload
Downloads a file from a URL to theFileStore
-
-
Constructor Summary
Constructors Constructor Description FileStoreDownloadImpl(org.molgenis.data.file.FileStore fileStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FiledownloadFile(java.lang.String url, java.lang.String folderName, java.lang.String fileName)
-
-
-
Method Detail
-
downloadFile
public java.io.File downloadFile(java.lang.String url, java.lang.String folderName, java.lang.String fileName)- Specified by:
downloadFilein interfaceFileStoreDownload
-
-