Uses of Interface
com._1c.g5.v8.dt.compare.merge.IPostponedFileOperation
-
Packages that use IPostponedFileOperation Package Description com._1c.g5.v8.dt.compare.merge -
-
Uses of IPostponedFileOperation in com._1c.g5.v8.dt.compare.merge
Classes in com._1c.g5.v8.dt.compare.merge that implement IPostponedFileOperation Modifier and Type Class Description class
AddFilePostponedOperation
The postponed operation of adding a new file.class
DeleteFilePostponedOperation
The postponed operation of deleting an existing file.class
ReplaceFileContentPostponedOperation
The postponed operation of replacing an existing file content.Methods in com._1c.g5.v8.dt.compare.merge that return types with arguments of type IPostponedFileOperation Modifier and Type Method Description List<IPostponedFileOperation>
IMergeSession. getPostponedFileOperations()
Gets the list of postponed file operations in the order of addition.Methods in com._1c.g5.v8.dt.compare.merge with parameters of type IPostponedFileOperation Modifier and Type Method Description void
IMergeSession. addPostponedFileOperation(IPostponedFileOperation operation)
Adds a postponed file operation.
-