Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSID
-
Packages that use FSID Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSID in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSID Modifier and Type Method Description FSIDFSID. copy()static FSIDFSID. createRevId(java.lang.String nodeId, java.lang.String copyId, long revision, long offset)FSIDFSTransactionRoot. createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId)static FSIDFSID. createTxnId(java.lang.String nodeId, java.lang.String copyId, java.lang.String txnId)static FSIDFSID. fromString(java.lang.String revNodeId)FSIDFSTransactionInfo. getBaseID()FSIDFSEntry. getId()FSIDFSRevisionNode. getId()FSIDFSRevisionNode. getPredecessorId()FSIDFSPathChange. getRevNodeId()FSIDFSTransactionInfo. getRootID()FSIDFSTransactionRoot. writeFinalRevision(FSID newId, CountingOutputStream protoFile, long revision, FSID id, java.lang.String startNodeId, java.lang.String startCopyId, java.util.Collection<FSRepresentation> representations, boolean atRoot)Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSID Modifier and Type Method Description voidFSCommitter. addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind)intFSID. compareTo(FSID otherID)FSIDFSTransactionRoot. createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId)static SVNErrorMessageFSErrors. errorDanglingId(FSID id, FSFS owner)FSRevisionNodeFSFS. getRevisionNode(FSID id)protected FSFileFSFS. getTransactionRevisionNodeChildrenFile(FSID txnID)protected FSFileFSFS. getTransactionRevisionNodePropertiesFile(FSID id)java.io.FileFSTransactionRoot. getTransactionRevNodeChildrenFile(FSID id)java.io.FileFSFS. getTransactionRevNodeFile(FSID id)java.io.FileFSTransactionRoot. getTransactionRevNodePropsFile(FSID id)booleanFSID. isRelated(FSID otherID)voidFSFS. putTxnRevisionNode(FSID id, FSRevisionNode revNode)voidFSTransactionRoot. setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind)voidFSRevisionNode. setFreshRootPredecessorId(FSID freshRootPredecessorId)voidFSEntry. setId(FSID id)voidFSRevisionNode. setId(FSID revNodeID)voidFSFS. setNodeOrigin(java.lang.String nodeID, FSID nodeRevisionID)voidFSRevisionNode. setPredecessorId(FSID predRevNodeId)voidFSPathChange. setRevNodeId(FSID revNodeId)FSIDFSTransactionRoot. writeFinalRevision(FSID newId, CountingOutputStream protoFile, long revision, FSID id, java.lang.String startNodeId, java.lang.String startCopyId, java.util.Collection<FSRepresentation> representations, boolean atRoot)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSID Constructor Description FSEntry(FSID id, SVNNodeKind type, java.lang.String name)FSPathChange(java.lang.String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, java.lang.Boolean mergeInfoModified, java.lang.String copyfromPath, long copyfromRevision, SVNNodeKind pathKind)FSTransactionInfo(FSID rootID, FSID baseID)
-