Class MoveFileOperation

  • All Implemented Interfaces:
    Operation

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

      • MoveFileOperation

        public MoveFileOperation​(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 -