Uses of Class
org.tmatesoft.svn.core.internal.delta.SVNDeltaCombiner
Packages that use SVNDeltaCombiner
-
Uses of SVNDeltaCombiner in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNDeltaCombinerModifier and TypeFieldDescriptionprivate SVNDeltaCombiner
FSInputStream.myCombiner
private SVNDeltaCombiner
FSDeltaConsumer.myDeltaCombiner
private SVNDeltaCombiner
FSReplayPathHandler.myDeltaCombiner
private SVNDeltaCombiner
FSUpdateContext.myDeltaCombiner
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNDeltaCombinerMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDeltaCombinerModifier and TypeMethodDescriptionstatic boolean
FSRepositoryUtil.checkFilesDifferent
(FSRoot root1, String path1, FSRoot root2, String path2, SVNDeltaCombiner deltaCombiner) static InputStream
FSInputStream.createDeltaStream
(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) static InputStream
FSInputStream.createDeltaStream
(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) FSRoot.getFileStreamForPath
(SVNDeltaCombiner combiner, String path) static void
FSRepositoryUtil.sendTextDelta
(ISVNEditor editor, String editPath, String sourcePath, String hexDigest, FSRevisionRoot sourceRoot, String targetPath, FSRoot targetRoot, boolean sendDeltas, SVNDeltaCombiner deltaCombiner, SVNDeltaGenerator deltaGenerator, FSFS fsfs) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDeltaCombinerModifierConstructorDescriptionprivate
FSInputStream
(SVNDeltaCombiner combiner, FSRepresentation representation, FSFS owner) -
Uses of SVNDeltaCombiner in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDeltaCombinerModifier and TypeFieldDescriptionprivate SVNDeltaCombiner
SVNAdminDeltifier.myDeltaCombiner
private SVNDeltaCombiner
SVNDumpEditor.myDeltaCombiner
Methods in org.tmatesoft.svn.core.internal.wc that return SVNDeltaCombiner