Searched defs:fetchRemoteFile (Results 1 – 3 of 3) sorted by relevance
45 public static File fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil80 public static boolean fetchRemoteFile( in fetchRemoteFile() method in RemoteFileUtil
306 public void fetchRemoteFile(IFileDownloader downloader, String remoteFilePath, File destFile) in fetchRemoteFile() method in FileDownloadCache322 public File fetchRemoteFile(IFileDownloader downloader, String remoteFilePath) in fetchRemoteFile() method in FileDownloadCache
316 private void fetchRemoteFile(String bucketName, String remoteFilename, File localFile) in fetchRemoteFile() method in GCSFileDownloader