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.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
SVNAnnotationGenerator.textDeltaChunk(String token,
SVNDiffWindow diffWindow)
Applies a next text delta chunk.
|
Modifier and Type | Method and Description |
---|---|
SVNDiffWindow |
SVNDeltaCombiner.readWindow(FSFile file,
int version) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
SVNDeltaCombiner.addWindow(SVNDiffWindow window) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
FSCommitEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
FSOutputStream.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
FSDeltaConsumer.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
SVNDepthFilterEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNRemoteStatusEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNUpdateEditor.textDeltaChunk(String commitPath,
SVNDiffWindow diffWindow) |
OutputStream |
SVNExportEditor.textDeltaChunk(String commitPath,
SVNDiffWindow diffWindow) |
OutputStream |
SVNAmbientDepthFilterEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNCancellableEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNDiffEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNUpdateEditor15.textDeltaChunk(String commitPath,
SVNDiffWindow diffWindow) |
OutputStream |
SVNDiffStatusEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNRemoteDiffEditor.textDeltaChunk(String commitPath,
SVNDiffWindow diffWindow) |
OutputStream |
SVNDumpEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNNodeEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNSynchronizeEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
SVNRemoteStatusEditor17.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNUpdateEditor17.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNDiffEditor17.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SVNAmbientDepthFilterEditor17.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
SvnExternalUpdateEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
SvnNgRemoteMergeEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SvnDiffEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SvnNgRemoteDiffEditor2.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
OutputStream |
SvnNgRemoteDiffEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
ISVNDeltaConsumer.textDeltaChunk(String path,
SVNDiffWindow diffWindow)
Collects a next delta chunk.
|
Modifier and Type | Field and Description |
---|---|
static SVNDiffWindow |
SVNDiffWindow.EMPTY
An empty window (in particular, its instructions length = 0).
|
Modifier and Type | Method and Description |
---|---|
SVNDiffWindow |
SVNDiffWindow.clone(ByteBuffer targetData)
Creates an exact copy of this window object.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
SVNDeltaProcessor.textDeltaChunk(SVNDiffWindow window)
Receives a next diff window to be applied.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
SVNReplicationEditor.textDeltaChunk(String path,
SVNDiffWindow diffWindow)
Applies a next chunk of delta.
|
Copyright © 2018. All rights reserved.