Class MoveTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MoveTask
    extends CopyTask
    An Ant task that moves matching files.

    TODO - Delete matching folders.

    • Field Detail

      • tryRename

        private boolean tryRename
    • Constructor Detail

      • MoveTask

        public MoveTask()
    • Method Detail

      • setTryRename

        public void setTryRename​(boolean tryRename)
        Enable/disable move/rename of file (if possible).
        Parameters:
        tryRename - true if the file should be renamed.