Interface FileStoreDownload

  • All Known Implementing Classes:
    FileStoreDownloadImpl

    public interface FileStoreDownload
    Downloads a file and stores it in the FileStore
    • Method Detail

      • downloadFile

        java.io.File downloadFile​(java.lang.String url,
                                  java.lang.String folderName,
                                  java.lang.String fileName)