Package | Description |
---|---|
org.tmatesoft.svn.cli.svnlook | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.wc |
Modifier and Type | Method and Description |
---|---|
protected FSRoot |
SVNLookCommand.getFSRoot() |
Modifier and Type | Class and Description |
---|---|
class |
FSRevisionRoot |
class |
FSTransactionRoot |
Modifier and Type | Method and Description |
---|---|
static boolean |
FSRepositoryUtil.areFileContentsChanged(FSRoot root1,
java.lang.String path1,
FSRoot root2,
java.lang.String path2) |
static boolean |
FSRepositoryUtil.arePropertiesChanged(FSRoot root1,
java.lang.String path1,
FSRoot root2,
java.lang.String path2) |
static boolean |
FSRepositoryUtil.checkFilesDifferent(FSRoot root1,
java.lang.String path1,
FSRoot root2,
java.lang.String path2,
SVNDeltaCombiner deltaCombiner) |
static SVNErrorMessage |
FSErrors.errorAlreadyExists(FSRoot root,
java.lang.String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNotFound(FSRoot root,
java.lang.String path) |
static void |
FSRepositoryUtil.replay(FSFS fsfs,
FSRoot root,
java.lang.String basePath,
long lowRevision,
boolean sendDeltas,
ISVNEditor editor) |
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) |
void |
FSUpdateContext.setTargetRoot(FSRoot root) |
Constructor and Description |
---|
FSReplayPathHandler(FSFS owner,
FSRoot root,
FSRoot compareRoot,
java.util.Map changedPaths,
java.lang.String basePath,
long lowRevision) |
Modifier and Type | Method and Description |
---|---|
void |
SVNNodeEditor.diff(FSRoot root,
long baseRevision,
ISVNGNUDiffGenerator generator,
java.io.OutputStream os) |
void |
SVNDumpEditor.reset(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
java.lang.String rootPath,
java.io.OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
protected void |
DefaultSVNGNUDiffGenerator.setNewFile(FSRoot newRoot,
java.lang.String newPath) |
protected void |
DefaultSVNGNUDiffGenerator.setOriginalFile(FSRoot originalRoot,
java.lang.String originalPath) |
Constructor and Description |
---|
SVNDumpEditor(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
java.lang.String rootPath,
java.io.OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
SVNNodeEditor(FSFS fsfs,
FSRoot baseRoot,
ISVNEventHandler handler) |
Copyright © 2020. All rights reserved.