Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.wc |
Modifier and Type | Field and Description |
---|---|
private SVNDeltaCombiner |
FSInputStream.myCombiner |
private SVNDeltaCombiner |
FSReplayPathHandler.myDeltaCombiner |
private SVNDeltaCombiner |
FSDeltaConsumer.myDeltaCombiner |
private SVNDeltaCombiner |
FSUpdateContext.myDeltaCombiner |
Modifier and Type | Method and Description |
---|---|
private SVNDeltaCombiner |
FSDeltaConsumer.getCombiner() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
FSInputStream(SVNDeltaCombiner combiner,
FSRepresentation representation,
FSFS owner) |
Modifier and Type | Field and Description |
---|---|
private SVNDeltaCombiner |
SVNAdminDeltifier.myDeltaCombiner |
private SVNDeltaCombiner |
SVNDumpEditor.myDeltaCombiner |
Modifier and Type | Method and Description |
---|---|
private SVNDeltaCombiner |
SVNDumpEditor.getDeltaCombiner() |