Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRevisionNode
Packages that use FSRevisionNode
-
Uses of FSRevisionNode in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSRevisionNodeModifier and TypeFieldDescriptionprivate FSRevisionNode
FSOutputStream.myRevNode
private FSRevisionNode
FSParentPath.myRevNode
protected FSRevisionNode
FSRoot.myRootRevisionNode
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSRevisionNodeModifier and TypeMethodDescriptionFSTransactionRoot.cloneChild
(FSRevisionNode parent, String parentPath, String childName, String copyId, boolean isParentCopyRoot) static FSRevisionNode
FSRevisionNode.dumpRevisionNode
(FSRevisionNode revNode) protected FSRevisionNode
FSRoot.fetchRevNodeFromCache
(String path) static FSRevisionNode
FSRevisionNode.getChildDirNode
(String childName, FSFS fsfsOwner) FSFS.getRevisionNode
(FSID id) FSOutputStream.getRevisionNode()
FSRoot.getRevisionNode
(String path) FSParentPath.getRevNode()
FSRevisionRoot.getRootRevisionNode()
abstract FSRevisionNode
FSRoot.getRootRevisionNode()
FSTransactionRoot.getRootRevisionNode()
FSTransactionRoot.getTxnBaseRootNode()
FSCommitter.makeEntry
(FSRevisionNode parent, String parentPath, String entryName, boolean isDir, String txnId) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRevisionNodeModifier and TypeMethodDescriptionstatic boolean
FSRepositoryUtil.arePropertiesEqual
(FSRevisionNode revNode1, FSRevisionNode revNode2) private static boolean
FSRepositoryUtil.areRepresentationsEqual
(FSRevisionNode revNode1, FSRevisionNode revNode2, boolean forProperties) private SVNDirEntry
FSRepository.buildDirEntry
(FSEntry repEntry, SVNURL parentURL, FSRevisionNode entryNode, int entryFields) FSTransactionRoot.cloneChild
(FSRevisionNode parent, String parentPath, String childName, String copyId, boolean isParentCopyRoot) private SVNProperties
FSRepository.collectProperties
(FSRevisionNode revNode) private void
FSCommitter.copy
(FSRevisionNode toNode, String entryName, FSRevisionNode fromNode, boolean preserveHistory, long fromRevision, String fromPath, String txnId) static InputStream
FSInputStream.createDeltaStream
(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) void
FSFS.createNewTxnNodeRevisionFromRevision
(String txnID, FSRevisionNode sourceNode) private FSID
FSCommitter.createNode
(FSRevisionNode revNode, String copyId, String txnId) static OutputStream
FSOutputStream.createStream
(FSRevisionNode revNode, FSTransactionRoot txnRoot, OutputStream dstStream, boolean compress) FSTransactionRoot.createSuccessor
(FSID oldId, FSRevisionNode newRevNode, String copyId) void
FSTransactionRoot.deleteEntry
(FSRevisionNode parent, String entryName) static FSRevisionNode
FSRevisionNode.dumpRevisionNode
(FSRevisionNode revNode) FSFS.getDirContents
(FSRevisionNode revNode) private Collection
FSRepository.getDirEntries
(FSRevisionNode parent, SVNURL parentURL, int entryFields) FSFS.getProperties
(FSRevisionNode revNode) void
FSTransactionRoot.incrementMergeInfoCount
(FSRevisionNode node, long increment) FSCommitter.makeEntry
(FSRevisionNode parent, String parentPath, String entryName, boolean isDir, String txnId) private static long
FSCommitter.merge
(FSFS owner, String targetPath, FSRevisionNode target, FSRevisionNode source, FSRevisionNode ancestor, FSTransactionRoot txnRoot, StringBuffer conflictPath) static void
FSCommitter.mergeChanges
(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, StringBuffer conflictPath) private static void
FSRevisionNode.parseCopyFrom
(String copyfrom, FSRevisionNode revNode) private static void
FSRevisionNode.parseCopyRoot
(String copyroot, FSRevisionNode revNode) static void
FSRevisionNode.parseRepresentationHeader
(String representation, FSRevisionNode revNode, String txnId, boolean isData, boolean mutableRepTuncated) void
FSRoot.putRevNodeToCache
(String path, FSRevisionNode node) void
FSFS.putTxnRevisionNode
(FSID id, FSRevisionNode revNode) private void
FSOutputStream.reset
(FSRevisionNode revNode, CountingOutputStream targetFileOS, File targetFile, InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, FSWriteLock txnLock) void
FSTransactionRoot.setEntry
(FSRevisionNode parentRevNode, String entryName, FSID entryId, SVNNodeKind kind) void
FSParentPath.setParentPath
(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) void
FSTransactionRoot.setProplist
(FSRevisionNode node, SVNProperties properties) void
FSParentPath.setRevNode
(FSRevisionNode newRevNode) void
FSFS.writeTxnNodeRevision
(OutputStream revNodeFile, FSRevisionNode revNode) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRevisionNodeModifierConstructorDescriptionprivate
FSOutputStream
(FSRevisionNode revNode, CountingOutputStream targetFileOS, File targetFile, InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, boolean compress, FSWriteLock txnLock) FSParentPath
(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) -
Uses of FSRevisionNode in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type FSRevisionNodeModifier and TypeMethodDescriptionprivate Map
SVNMergeInfoManager.crawlDirectoryForMergeInfo
(FSRevisionRoot root, String path, FSRevisionNode node, Map result)