Class Rename

All Implemented Interfaces:
Cloneable

@Deprecated public class Rename extends Task
Deprecated.
The rename task is deprecated since Ant 1.2. Use move instead.
Renames a file.
Since:
Ant 1.1
  • Constructor Details

    • Rename

      public Rename()
      Deprecated.
  • Method Details

    • setSrc

      public void setSrc(File src)
      Deprecated.
      Sets the file to be renamed.
      Parameters:
      src - the file to rename
    • setDest

      public void setDest(File dest)
      Deprecated.
      Sets the new name of the file.
      Parameters:
      dest - the new name of the file.
    • setReplace

      public void setReplace(String replace)
      Deprecated.
      Sets whether an existing file should be replaced.
      Parameters:
      replace - on, if an existing file should be replaced.
    • execute

      public void execute() throws BuildException
      Deprecated.
      Renames the file src to dest
      Overrides:
      execute in class Task
      Throws:
      BuildException - if the rename operation fails