Class AddFilePostponedOperation

    • Constructor Detail

      • AddFilePostponedOperation

        public AddFilePostponedOperation​(Path mainPath,
                                         Path otherPath)
        Creates a new instance.
        Parameters:
        mainPath - the main side new file path, cannot be null
        otherPath - the other side path of the file whose content will be taken for the new file, cannot be null
      • AddFilePostponedOperation

        public AddFilePostponedOperation​(Path mainPath,
                                         IPostponedFileOperation.IContentStreamProvider contentStreamProvider)
        Creates a new instance.
        Parameters:
        mainPath - the main side new file path, cannot be null
        contentStreamProvider - the content input stream provider for the new file, cannot be null