Class SyncTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SyncTask
    extends CopyTask
    A task that synchronises the destination folder to look exactly like the source folder (or folders).
    Version:
    $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
    Author:
    Adam Murdoch
    • Constructor Detail

      • SyncTask

        public SyncTask()
    • Method Detail

      • handleMissingSourceFile

        protected void handleMissingSourceFile​(FileObject destFile)
                                        throws java.lang.Exception
        Handles a destination for which there is no corresponding source file.
        Overrides:
        handleMissingSourceFile in class AbstractSyncTask
        Throws:
        java.lang.Exception
      • detectMissingSourceFiles

        protected boolean detectMissingSourceFiles()
        Check if this task cares about destination files with a missing source file.
        Overrides:
        detectMissingSourceFiles in class AbstractSyncTask