Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffWindow
Packages that use SVNDiffWindow
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
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 SVNDiffWindowModifier and TypeMethodDescriptionSVNAnnotationGenerator.textDeltaChunk
(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 SVNDiffWindowMethods in org.tmatesoft.svn.core.internal.delta that return SVNDiffWindowModifier and TypeMethodDescriptionprivate SVNDiffWindow
SVNDeltaCombiner.combineWindows
(SVNDiffWindow window) SVNDeltaCombiner.readWindow
(FSFile file, int version) Methods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNDiffWindowModifier and TypeMethodDescriptionSVNDeltaCombiner.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 SVNDiffWindowModifier and TypeMethodDescriptionDAVCommitEditor.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionFSCommitEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) FSDeltaConsumer.textDeltaChunk
(String path, SVNDiffWindow diffWindow) FSOutputStream.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionSVNCommitEditor.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionSVNMergeInfoUtil.ElideMergeInfoEditor.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionSVNAmbientDepthFilterEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNCancellableEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNDepthFilterEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNDiffEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNDiffStatusEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNDumpEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNExportEditor.textDeltaChunk
(String commitPath, SVNDiffWindow diffWindow) SVNNodeEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNRemoteDiffEditor.textDeltaChunk
(String commitPath, SVNDiffWindow diffWindow) SVNRemoteStatusEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNSynchronizeEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNUpdateEditor.textDeltaChunk
(String commitPath, SVNDiffWindow diffWindow) SVNUpdateEditor15.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionSVNAmbientDepthFilterEditor17.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNDiffEditor17.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNRemoteStatusEditor17.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SVNUpdateEditor17.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionSvnExternalUpdateEditor.textDeltaChunk
(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 SVNDiffWindowModifier and TypeMethodDescriptionSvnDiffEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SvnNgRemoteDiffEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SvnNgRemoteDiffEditor2.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SvnNgRemoteMergeEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) SvnNgReposToWcCopy.SVNCopyForeignEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) -
Uses of SVNDiffWindow in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNDiffWindowModifier and TypeMethodDescriptionISVNDeltaConsumer.textDeltaChunk
(String path, SVNDiffWindow diffWindow) Collects a next delta chunk.SVNFileCheckoutEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) -
Uses of SVNDiffWindow in org.tmatesoft.svn.core.io.diff
Fields in org.tmatesoft.svn.core.io.diff declared as SVNDiffWindowModifier and TypeFieldDescriptionstatic final SVNDiffWindow
SVNDiffWindow.EMPTY
An empty window (in particular, its instructions length = 0).Methods in org.tmatesoft.svn.core.io.diff that return SVNDiffWindowModifier and TypeMethodDescriptionSVNDiffWindow.clone
(ByteBuffer targetData) Creates an exact copy of this window object.Methods in org.tmatesoft.svn.core.io.diff with parameters of type SVNDiffWindowModifier and TypeMethodDescriptionSVNDeltaProcessor.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 SVNDiffWindowModifier and TypeMethodDescriptionSVNReplicationEditor.textDeltaChunk
(String path, SVNDiffWindow diffWindow) Applies a next chunk of delta.