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 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 SVNDeltaCombiner Modifier and Type Method Description private SVNDeltaCombiner
FSDeltaConsumer. getCombiner()
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDeltaCombiner Modifier and Type Method Description static boolean
FSRepositoryUtil. checkFilesDifferent(FSRoot root1, java.lang.String path1, FSRoot root2, java.lang.String path2, SVNDeltaCombiner deltaCombiner)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner)
java.io.InputStream
FSRoot. getFileStreamForPath(SVNDeltaCombiner combiner, java.lang.String path)
static void
FSRepositoryUtil. 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 SVNDeltaCombiner
SVNAdminDeltifier. myDeltaCombiner
private SVNDeltaCombiner
SVNDumpEditor. myDeltaCombiner
Methods in org.tmatesoft.svn.core.internal.wc that return SVNDeltaCombiner Modifier and Type Method Description private SVNDeltaCombiner
SVNDumpEditor. getDeltaCombiner()
-