Class CopyCommand

    • Field Detail

      • src

        protected final Path src
      • dst

        protected final Path dst
      • prefix

        protected final Path prefix
    • Constructor Detail

      • CopyCommand

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