Uses of Interface
com._1c.g5.v8.dt.compare.merge.IPostponedFileOperation.IContentStreamProvider
Packages that use IPostponedFileOperation.IContentStreamProvider
Package
Description
-
Uses of IPostponedFileOperation.IContentStreamProvider in com._1c.g5.v8.dt.compare.merge
Classes in com._1c.g5.v8.dt.compare.merge that implement IPostponedFileOperation.IContentStreamProviderModifier and TypeClassDescriptionclassStream provider for custom merge content.classStream provider for postponed merge content.Methods in com._1c.g5.v8.dt.compare.merge that return IPostponedFileOperation.IContentStreamProviderModifier and TypeMethodDescriptionIPostponedFileOperation.IContentStreamProviderCreator.createContentStreamProvider(long nodeId, IQualifiedNameFilePathConverter filePathConverter) Creates new content stream provider.Constructors in com._1c.g5.v8.dt.compare.merge with parameters of type IPostponedFileOperation.IContentStreamProviderModifierConstructorDescriptionAddFilePostponedOperation(Path mainPath, IPostponedFileOperation.IContentStreamProvider contentStreamProvider) Creates a new instance.ReplaceFileContentPostponedOperation(Path mainPath, IPostponedFileOperation.IContentStreamProvider contentStreamProvider) Creates a new instance. -
Uses of IPostponedFileOperation.IContentStreamProvider in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Classes in com._1c.g5.v8.dt.internal.bsl.compare.contributor that implement IPostponedFileOperation.IContentStreamProviderModifier and TypeClassDescriptionclassStream provider for postponed merge content of bsl modules.