Class AddFilePostponedOperation

java.lang.Object
com._1c.g5.v8.dt.compare.merge.AddFilePostponedOperation
All Implemented Interfaces:
IPostponedFileOperation

public class AddFilePostponedOperation extends Object implements IPostponedFileOperation
The postponed operation of adding a new file.
  • Constructor Details

    • 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
  • Method Details