Class BaseFileDownloadTarget

java.lang.Object
net.sf.basedb.opengrid.filetransfer.AbstractFileTransfer
net.sf.basedb.opengrid.filetransfer.BaseFileDownloadTarget
All Implemented Interfaces:
DownloadTarget

public class BaseFileDownloadTarget
extends AbstractFileTransfer
implements DownloadTarget
Download target implementation for storing a file from a remote server to the BASE filesystem.
Since:
1.0
Author:
nicklas
  • Field Details

    • file

      private final File file
  • Constructor Details

    • BaseFileDownloadTarget

      public BaseFileDownloadTarget​(File file)
      Create a new download target that references the given file in BASE.
  • Method Details