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 FSRevisionNodeFSOutputStream.myRevNodeprivate FSRevisionNodeFSParentPath.myRevNodeprotected FSRevisionNodeFSRoot.myRootRevisionNodeMethods in org.tmatesoft.svn.core.internal.io.fs that return FSRevisionNodeModifier and TypeMethodDescriptionFSTransactionRoot.cloneChild(FSRevisionNode parent, java.lang.String parentPath, java.lang.String childName, java.lang.String copyId, boolean isParentCopyRoot) static FSRevisionNodeFSRevisionNode.dumpRevisionNode(FSRevisionNode revNode) protected FSRevisionNodeFSRoot.fetchRevNodeFromCache(java.lang.String path) static FSRevisionNodeFSRevisionNode.fromMap(java.util.Map headers) FSRevisionNode.getChildDirNode(java.lang.String childName, FSFS fsfsOwner) FSFS.getRevisionNode(FSID id) FSOutputStream.getRevisionNode()FSRoot.getRevisionNode(java.lang.String path) FSParentPath.getRevNode()FSRevisionRoot.getRootRevisionNode()abstract FSRevisionNodeFSRoot.getRootRevisionNode()FSTransactionRoot.getRootRevisionNode()FSTransactionRoot.getTxnBaseRootNode()FSCommitter.makeEntry(FSRevisionNode parent, java.lang.String parentPath, java.lang.String entryName, boolean isDir, java.lang.String txnId) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRevisionNodeModifier and TypeMethodDescriptionstatic booleanFSRepositoryUtil.arePropertiesEqual(FSRevisionNode revNode1, FSRevisionNode revNode2) private static booleanFSRepositoryUtil.areRepresentationsEqual(FSRevisionNode revNode1, FSRevisionNode revNode2, boolean forProperties) private SVNDirEntryFSRepository.buildDirEntry(FSEntry repEntry, SVNURL parentURL, FSRevisionNode entryNode, int entryFields) FSTransactionRoot.cloneChild(FSRevisionNode parent, java.lang.String parentPath, java.lang.String childName, java.lang.String copyId, boolean isParentCopyRoot) private SVNPropertiesFSRepository.collectProperties(FSRevisionNode revNode) private voidFSCommitter.copy(FSRevisionNode toNode, java.lang.String entryName, FSRevisionNode fromNode, boolean preserveHistory, long fromRevision, java.lang.String fromPath, java.lang.String txnId) static java.io.InputStreamFSInputStream.createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner) voidFSFS.createNewTxnNodeRevisionFromRevision(java.lang.String txnID, FSRevisionNode sourceNode) private FSIDFSCommitter.createNode(FSRevisionNode revNode, java.lang.String copyId, java.lang.String txnId) static java.io.OutputStreamFSOutputStream.createStream(FSRevisionNode revNode, FSTransactionRoot txnRoot, java.io.OutputStream dstStream, boolean compress) FSTransactionRoot.createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId) voidFSTransactionRoot.deleteEntry(FSRevisionNode parent, java.lang.String entryName) static FSRevisionNodeFSRevisionNode.dumpRevisionNode(FSRevisionNode revNode) java.util.MapFSFS.getDirContents(FSRevisionNode revNode) private java.util.CollectionFSRepository.getDirEntries(FSRevisionNode parent, SVNURL parentURL, int entryFields) FSFS.getProperties(FSRevisionNode revNode) voidFSTransactionRoot.incrementMergeInfoCount(FSRevisionNode node, long increment) FSCommitter.makeEntry(FSRevisionNode parent, java.lang.String parentPath, java.lang.String entryName, boolean isDir, java.lang.String txnId) private static longFSCommitter.merge(FSFS owner, java.lang.String targetPath, FSRevisionNode target, FSRevisionNode source, FSRevisionNode ancestor, FSTransactionRoot txnRoot, java.lang.StringBuffer conflictPath) static voidFSCommitter.mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath) private static voidFSRevisionNode.parseCopyFrom(java.lang.String copyfrom, FSRevisionNode revNode) private static voidFSRevisionNode.parseCopyRoot(java.lang.String copyroot, FSRevisionNode revNode) static voidFSRevisionNode.parseRepresentationHeader(java.lang.String representation, FSRevisionNode revNode, java.lang.String txnId, boolean isData, boolean mutableRepTuncated) voidFSRoot.putRevNodeToCache(java.lang.String path, FSRevisionNode node) voidFSFS.putTxnRevisionNode(FSID id, FSRevisionNode revNode) private voidFSOutputStream.reset(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, FSWriteLock txnLock) voidFSTransactionRoot.setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind) voidFSParentPath.setParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath) voidFSTransactionRoot.setProplist(FSRevisionNode node, SVNProperties properties) voidFSParentPath.setRevNode(FSRevisionNode newRevNode) voidFSFS.writeTxnNodeRevision(java.io.OutputStream revNodeFile, FSRevisionNode revNode) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRevisionNodeModifierConstructorDescriptionprivateFSOutputStream(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, boolean compress, FSWriteLock txnLock) FSParentPath(FSRevisionNode newRevNode, java.lang.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 java.util.MapSVNMergeInfoManager.crawlDirectoryForMergeInfo(FSRevisionRoot root, java.lang.String path, FSRevisionNode node, java.util.Map result)