Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRevisionNode
-
Packages that use FSRevisionNode Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSRevisionNode in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSRevisionNode Modifier and Type Field Description protected FSRevisionNodeFSRoot. myRootRevisionNodeMethods in org.tmatesoft.svn.core.internal.io.fs that return FSRevisionNode Modifier and Type Method Description FSRevisionNodeFSTransactionRoot. 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)FSRevisionNodeFSRevisionNode. getChildDirNode(java.lang.String childName, FSFS fsfsOwner)FSRevisionNodeFSFS. getRevisionNode(FSID id)FSRevisionNodeFSOutputStream. getRevisionNode()FSRevisionNodeFSRoot. getRevisionNode(java.lang.String path)FSRevisionNodeFSParentPath. getRevNode()FSRevisionNodeFSRevisionRoot. getRootRevisionNode()abstract FSRevisionNodeFSRoot. getRootRevisionNode()FSRevisionNodeFSTransactionRoot. getRootRevisionNode()FSRevisionNodeFSTransactionRoot. getTxnBaseRootNode()FSRevisionNodeFSCommitter. 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 FSRevisionNode Modifier and Type Method Description static booleanFSRepositoryUtil. arePropertiesEqual(FSRevisionNode revNode1, FSRevisionNode revNode2)FSRevisionNodeFSTransactionRoot. cloneChild(FSRevisionNode parent, java.lang.String parentPath, java.lang.String childName, java.lang.String copyId, boolean isParentCopyRoot)static java.io.InputStreamFSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner)voidFSFS. createNewTxnNodeRevisionFromRevision(java.lang.String txnID, FSRevisionNode sourceNode)static java.io.OutputStreamFSOutputStream. createStream(FSRevisionNode revNode, FSTransactionRoot txnRoot, java.io.OutputStream dstStream, boolean compress)FSIDFSTransactionRoot. 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)SVNPropertiesFSFS. getProperties(FSRevisionNode revNode)voidFSTransactionRoot. incrementMergeInfoCount(FSRevisionNode node, long increment)FSRevisionNodeFSCommitter. makeEntry(FSRevisionNode parent, java.lang.String parentPath, java.lang.String entryName, boolean isDir, java.lang.String txnId)static voidFSCommitter. mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath)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)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 FSRevisionNode Constructor Description FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
-