Class RenameFileOperation

  • All Implemented Interfaces:
    Operation

    public class RenameFileOperation
    extends Object
    implements Operation
    Rename a file within the same directory
    • Constructor Detail

      • RenameFileOperation

        public RenameFileOperation​(String from,
                                   String to,
                                   String fromPath,
                                   String toPath,
                                   NodeRef rootNodeRef)
        Parameters:
        from - name of file from
        to - name of file to
        fromPath - full path of from
        toPath - full path of to
        rootNodeRef -