Uses of Class
org.tmatesoft.svn.core.internal.delta.SVNDeltaCombiner
-
Packages that use SVNDeltaCombiner Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNDeltaCombiner in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNDeltaCombiner Modifier and Type Field Description private SVNDeltaCombinerFSInputStream. myCombinerprivate SVNDeltaCombinerFSDeltaConsumer. myDeltaCombinerprivate SVNDeltaCombinerFSReplayPathHandler. myDeltaCombinerprivate SVNDeltaCombinerFSUpdateContext. myDeltaCombinerMethods in org.tmatesoft.svn.core.internal.io.fs that return SVNDeltaCombiner Modifier and Type Method Description private SVNDeltaCombinerFSDeltaConsumer. getCombiner()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)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDeltaCombiner Constructor Description 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 SVNDeltaCombiner Modifier and Type Field Description private SVNDeltaCombinerSVNAdminDeltifier. myDeltaCombinerprivate SVNDeltaCombinerSVNDumpEditor. myDeltaCombinerMethods in org.tmatesoft.svn.core.internal.wc that return SVNDeltaCombiner Modifier and Type Method Description private SVNDeltaCombinerSVNDumpEditor. getDeltaCombiner()
-