Package com._1c.g5.v8.dt.compare.merge
Class DeleteFilePostponedOperation
java.lang.Object
com._1c.g5.v8.dt.compare.merge.DeleteFilePostponedOperation
- All Implemented Interfaces:
IPostponedFileOperation
The postponed operation of deleting an existing file.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.compare.merge.IPostponedFileOperation
IPostponedFileOperation.IContentStreamProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(IMergeSession mergeSession) Performs the operation.
-
Constructor Details
-
DeleteFilePostponedOperation
Creates a new instance.- Parameters:
mainPath
- the main side file path to be deleted, cannot benull
-
-
Method Details
-
perform
Description copied from interface:IPostponedFileOperation
Performs the operation.- Specified by:
perform
in interfaceIPostponedFileOperation
- Parameters:
mergeSession
- the merge session, cannot benull
-