Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRoot
Packages that use FSRoot
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of FSRoot in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return FSRoot -
Uses of FSRoot in org.tmatesoft.svn.core.internal.io.fs
Subclasses of FSRoot in org.tmatesoft.svn.core.internal.io.fsFields in org.tmatesoft.svn.core.internal.io.fs declared as FSRootModifier and TypeFieldDescriptionprivate FSRoot
FSReplayPathHandler.myCompareRoot
private FSRoot
FSReplayPathHandler.myRoot
private FSRoot
FSUpdateContext.myTargetRoot
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSRootMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRootModifier and TypeMethodDescriptionprivate void
FSReplayPathHandler.addSubdirectory
(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, String srcPath, String path) 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) private FSEntry
FSUpdateContext.fakeDirEntry
(String reposPath, FSRoot root) 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) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRoot -
Uses of FSRoot in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as FSRootModifier and TypeFieldDescriptionprivate FSRoot
SVNNodeEditor.myBaseRoot
private FSRoot
DefaultSVNGNUDiffGenerator.myNewRoot
private FSRoot
DefaultSVNGNUDiffGenerator.myOriginalRoot
private FSRoot
SVNDumpEditor.myRoot
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type FSRootModifier and TypeMethodDescriptionprivate String
SVNDumpEditor.computeSHA1Checksum
(FSRoot revision, String filePath) void
SVNNodeEditor.diff
(FSRoot root, long baseRevision, ISVNGNUDiffGenerator generator, OutputStream os) private void
SVNNodeEditor.diffImpl
(FSRoot root, FSRevisionRoot baseRoot, String path, String basePath, SVNNodeEditor.Node node, ISVNGNUDiffGenerator generator, OutputStream os) private String
DefaultSVNGNUDiffGenerator.generateLabel
(FSRoot root, String path) private SVNNodeEditor.DiffItem
SVNNodeEditor.prepareTmpFile
(FSRoot root, String path, ISVNDiffGenerator generator) 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) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type FSRootModifierConstructorDescriptionSVNDumpEditor
(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, String rootPath, OutputStream dumpStream, boolean useDeltas, boolean isVerify) SVNNodeEditor
(FSFS fsfs, FSRoot baseRoot, ISVNEventHandler handler) -
Uses of FSRoot in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type FSRootModifier and TypeMethodDescriptionprivate void
SVNLookClient.catFile
(FSRoot root, String path, OutputStream out) private SVNNodeEditor
SVNLookClient.generateDeltaTree
(FSFS fsfs, FSRoot root, long baseRevision) private SVNDumpEditor
SVNAdminClient.getDumpEditor
(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, String rootPath, OutputStream dumpStream, boolean useDeltas, boolean isVerify) private long
SVNLookClient.getFileSize
(FSRoot root, String path) private void
SVNLookClient.getTree
(FSFS fsfs, FSRoot root, String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler) private SVNNodeKind
SVNLookClient.verifyPath
(FSRoot root, String path)