Package com._1c.g5.v8.dt.compare.merge
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.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.compare.merge.IPostponedFileOperationIPostponedFileOperation.IContentStreamProvider
 
- 
 - 
Constructor SummaryConstructors Constructor Description AddFilePostponedOperation(Path mainPath, IPostponedFileOperation.IContentStreamProvider contentStreamProvider)Creates a new instance.AddFilePostponedOperation(Path mainPath, Path otherPath)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform(IMergeSession mergeSession)Performs the operation.
 
- 
- 
- 
Constructor Detail- 
AddFilePostponedOperationpublic 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
 
 - 
AddFilePostponedOperationpublic 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 Detail- 
performpublic void perform(IMergeSession mergeSession) Description copied from interface:IPostponedFileOperationPerforms the operation.- Specified by:
- performin interface- IPostponedFileOperation
- Parameters:
- mergeSession- the merge session, cannot be- null
 
 
- 
 
-