Class FileStoreDownloadImpl

  • All Implemented Interfaces:
    FileStoreDownload

    @Component
    public class FileStoreDownloadImpl
    extends java.lang.Object
    implements FileStoreDownload
    Downloads a file from a URL to the FileStore
    • 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.File downloadFile​(java.lang.String url, java.lang.String folderName, java.lang.String fileName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileStoreDownloadImpl

        public FileStoreDownloadImpl​(org.molgenis.data.file.FileStore fileStore)
    • Method Detail

      • downloadFile

        public java.io.File downloadFile​(java.lang.String url,
                                         java.lang.String folderName,
                                         java.lang.String fileName)
        Specified by:
        downloadFile in interface FileStoreDownload