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 SVNDeltaCombinerFSInputStream.myCombinerprivate SVNDeltaCombinerFSDeltaConsumer.myDeltaCombinerprivate SVNDeltaCombinerFSReplayPathHandler.myDeltaCombinerprivate SVNDeltaCombinerFSUpdateContext.myDeltaCombinerMethods 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 booleanFSRepositoryUtil.checkFilesDifferent(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2, SVNDeltaCombiner deltaCombiner) static java.io.InputStreamFSInputStream.createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) static java.io.InputStreamFSInputStream.createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) java.io.InputStreamFSRoot.getFileStreamForPath(SVNDeltaCombiner combiner, java.lang.String path) static voidFSRepositoryUtil.sendTextDelta(ISVNEditor editor, java.lang.String editPath, java.lang.String sourcePath, java.lang.String hexDigest, FSRevisionRoot sourceRoot, java.lang.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 SVNDeltaCombinerModifierConstructorDescriptionprivateFSInputStream(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 SVNDeltaCombinerSVNAdminDeltifier.myDeltaCombinerprivate SVNDeltaCombinerSVNDumpEditor.myDeltaCombinerMethods in org.tmatesoft.svn.core.internal.wc that return SVNDeltaCombiner