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 java.lang.String[] CATEGORY  
    • Field Detail

      • CATEGORY

        static final java.lang.String[] CATEGORY
    • Method Detail

      • transferFiles

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