Class ReplaceFileContentPostponedOperation

    • Constructor Detail

      • ReplaceFileContentPostponedOperation

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

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