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