Interface PlugInFileTransfer

All Superinterfaces:
PlugIn

public interface PlugInFileTransfer extends PlugIn
An interface for a plugin which transfers files between two file systems.
Author:
Hailong Wang
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     

    Fields inherited from interface gov.nih.mipav.plugins.PlugIn

    Category
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Transfers the files from one file system to the other file system.
  • Field Details

    • CATEGORY

      static final String[] CATEGORY
  • Method Details

    • transferFiles

      void transferFiles()
      Transfers the files from one file system to the other file system.