Uses of Class
org.tmatesoft.svn.core.internal.delta.SVNDeltaCombiner
-
Packages that use SVNDeltaCombiner Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of SVNDeltaCombiner in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDeltaCombiner Modifier and Type Method Description static 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)
-