Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffWindow
-
Packages that use SVNDiffWindow Package Description org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.delta org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.io.diff This package contains the classes necessary for such purposes as: generating delta windows upon comparing target bytes against source ones (also may be vs.org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories. -
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNAnnotationGenerator. textDeltaChunk(java.lang.String token, SVNDiffWindow diffWindow)
Applies a next text delta chunk. -
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.delta
Fields in org.tmatesoft.svn.core.internal.delta declared as SVNDiffWindow Modifier and Type Field Description private SVNDiffWindow
SVNDeltaCombiner. myWindow
Methods in org.tmatesoft.svn.core.internal.delta that return SVNDiffWindow Modifier and Type Method Description private SVNDiffWindow
SVNDeltaCombiner. combineWindows(SVNDiffWindow window)
SVNDiffWindow
SVNDeltaCombiner. readWindow(FSFile file, int version)
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNDiffWindow Modifier and Type Method Description java.nio.ByteBuffer
SVNDeltaCombiner. addWindow(SVNDiffWindow window)
private SVNDiffWindow
SVNDeltaCombiner. combineWindows(SVNDiffWindow window)
private void
SVNDeltaCombiner. copySourceInstructions(int offset, int limit, int targetOffset, SVNDiffWindow window, SVNDiffInstruction[] windowInsructions)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
DAVCommitEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
FSCommitEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
FSDeltaConsumer. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
FSOutputStream. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNCommitEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNMergeInfoUtil.ElideMergeInfoEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNAmbientDepthFilterEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNCancellableEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDepthFilterEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDiffStatusEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDumpEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNExportEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNNodeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNRemoteDiffEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNRemoteStatusEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNSynchronizeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNUpdateEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNUpdateEditor15. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNAmbientDepthFilterEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNDiffEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNRemoteStatusEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SVNUpdateEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SvnExternalUpdateEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SvnDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgRemoteDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgRemoteDiffEditor2. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgRemoteMergeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
java.io.OutputStream
SvnNgReposToWcCopy.SVNCopyForeignEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
ISVNDeltaConsumer. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
Collects a next delta chunk.java.io.OutputStream
SVNFileCheckoutEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
-
Uses of SVNDiffWindow in org.tmatesoft.svn.core.io.diff
Fields in org.tmatesoft.svn.core.io.diff declared as SVNDiffWindow Modifier and Type Field Description static SVNDiffWindow
SVNDiffWindow. EMPTY
An empty window (in particular, its instructions length = 0).Methods in org.tmatesoft.svn.core.io.diff that return SVNDiffWindow Modifier and Type Method Description SVNDiffWindow
SVNDiffWindow. clone(java.nio.ByteBuffer targetData)
Creates an exact copy of this window object.Methods in org.tmatesoft.svn.core.io.diff with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNDeltaProcessor. textDeltaChunk(SVNDiffWindow window)
Receives a next diff window to be applied. -
Uses of SVNDiffWindow in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNDiffWindow Modifier and Type Method Description java.io.OutputStream
SVNReplicationEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)
Applies a next chunk of delta.
-