Class DeleteFilePostponedOperation

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

public class DeleteFilePostponedOperation extends Object implements IPostponedFileOperation
The postponed operation of deleting an existing file.
  • Constructor Details

    • DeleteFilePostponedOperation

      public DeleteFilePostponedOperation(Path mainPath)
      Creates a new instance.
      Parameters:
      mainPath - the main side file path to be deleted, cannot be null
  • Method Details