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,
String path1,
FSRoot root2,
String path2) |
static boolean |
FSRepositoryUtil.arePropertiesChanged(FSRoot root1,
String path1,
FSRoot root2,
String path2) |
static boolean |
FSRepositoryUtil.checkFilesDifferent(FSRoot root1,
String path1,
FSRoot root2,
String path2,
SVNDeltaCombiner deltaCombiner) |
static SVNErrorMessage |
FSErrors.errorAlreadyExists(FSRoot root,
String path,
FSFS owner) |
static SVNErrorMessage |
FSErrors.errorNotFound(FSRoot root,
String path) |
static void |
FSRepositoryUtil.replay(FSFS fsfs,
FSRoot root,
String basePath,
long lowRevision,
boolean sendDeltas,
ISVNEditor editor) |
static void |
FSRepositoryUtil.sendTextDelta(ISVNEditor editor,
String editPath,
String sourcePath,
String hexDigest,
FSRevisionRoot sourceRoot,
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,
Map changedPaths,
String basePath,
long lowRevision) |
Modifier and Type | Method and Description |
---|---|
void |
SVNNodeEditor.diff(FSRoot root,
long baseRevision,
ISVNGNUDiffGenerator generator,
OutputStream os) |
void |
SVNDumpEditor.reset(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
String rootPath,
OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
protected void |
DefaultSVNGNUDiffGenerator.setNewFile(FSRoot newRoot,
String newPath) |
protected void |
DefaultSVNGNUDiffGenerator.setOriginalFile(FSRoot originalRoot,
String originalPath) |
Constructor and Description |
---|
SVNDumpEditor(FSFS fsfs,
FSRoot root,
long toRevision,
long oldestDumpedRevision,
String rootPath,
OutputStream dumpStream,
boolean useDeltas,
boolean isVerify) |
SVNNodeEditor(FSFS fsfs,
FSRoot baseRoot,
ISVNEventHandler handler) |
Copyright © 2024. All rights reserved.