Class CopyFileTransfer

    • Constructor Detail

      • CopyFileTransfer

        public CopyFileTransfer()
    • Method Detail

      • exec

        protected void exec​(java.io.File file,
                            java.io.File location)
                     throws java.io.IOException
        Copies a file from one location to another.
        Overrides:
        exec in class AbstractExecFileTransfer
        Parameters:
        file - File to be copied
        location - Location to copy to.
        Throws:
        java.io.IOException
      • afterTransfer

        public void afterTransfer​(int errors,
                                  java.util.List<java.lang.String> srcFiles)
                           throws CleanupFailure
        No cleanup action is taken.
        Throws:
        CleanupFailure