java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.MoveCommand
All Implemented Interfaces:
Command

public class MoveCommand extends Object implements Command
Author:
Bogdan Stefanescu
  • Field Details

    • src

      protected final Path src
    • dst

      protected final Path dst
    • filter

      protected final PathFilter filter
  • Constructor Details

    • MoveCommand

      public MoveCommand(Path src, Path dst)
      Constructor for copy command.
      Parameters:
      src - the path relative to the root container. The path will be made absolute if not already
      dst - the path relative to teh root container of the destination. If it is ending with a slash '/' the destination path is treated as a directory
    • MoveCommand

      public MoveCommand(Path src, Path dst, PathFilter filter)
  • Method Details