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.fs 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.OutputStreamSVNAnnotationGenerator. textDeltaChunk(java.lang.String token, SVNDiffWindow diffWindow)Applies a next text delta chunk. -
Uses of SVNDiffWindow in org.tmatesoft.svn.core.internal.delta
Methods in org.tmatesoft.svn.core.internal.delta that return SVNDiffWindow Modifier and Type Method Description SVNDiffWindowSVNDeltaCombiner. 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.ByteBufferSVNDeltaCombiner. addWindow(SVNDiffWindow window) -
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.OutputStreamFSCommitEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamFSDeltaConsumer. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamFSOutputStream. 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.OutputStreamSVNAmbientDepthFilterEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNCancellableEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNDepthFilterEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNDiffStatusEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNDumpEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNExportEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)java.io.OutputStreamSVNNodeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNRemoteDiffEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)java.io.OutputStreamSVNRemoteStatusEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNSynchronizeEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNUpdateEditor. textDeltaChunk(java.lang.String commitPath, SVNDiffWindow diffWindow)java.io.OutputStreamSVNUpdateEditor15. 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.OutputStreamSVNAmbientDepthFilterEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNDiffEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNRemoteStatusEditor17. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSVNUpdateEditor17. 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.OutputStreamSvnExternalUpdateEditor. 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.OutputStreamSvnDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSvnNgRemoteDiffEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSvnNgRemoteDiffEditor2. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)java.io.OutputStreamSvnNgRemoteMergeEditor. 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.OutputStreamISVNDeltaConsumer. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)Collects a next delta chunk. -
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 SVNDiffWindowSVNDiffWindow. EMPTYAn empty window (in particular, its instructions length = 0).Methods in org.tmatesoft.svn.core.io.diff that return SVNDiffWindow Modifier and Type Method Description SVNDiffWindowSVNDiffWindow. 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.OutputStreamSVNDeltaProcessor. 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.OutputStreamSVNReplicationEditor. textDeltaChunk(java.lang.String path, SVNDiffWindow diffWindow)Applies a next chunk of delta.
-