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 FSID
FSID. copy()
static FSID
FSID. createRevId(java.lang.String nodeId, java.lang.String copyId, long revision, long offset)
FSID
FSTransactionRoot. createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId)
static FSID
FSID. createTxnId(java.lang.String nodeId, java.lang.String copyId, java.lang.String txnId)
static FSID
FSID. fromString(java.lang.String revNodeId)
FSID
FSTransactionInfo. getBaseID()
FSID
FSEntry. getId()
FSID
FSRevisionNode. getId()
FSID
FSRevisionNode. getPredecessorId()
FSID
FSPathChange. getRevNodeId()
FSID
FSTransactionInfo. getRootID()
FSID
FSTransactionRoot. 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 void
FSCommitter. addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind)
int
FSID. compareTo(FSID otherID)
FSID
FSTransactionRoot. createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId)
static SVNErrorMessage
FSErrors. errorDanglingId(FSID id, FSFS owner)
FSRevisionNode
FSFS. getRevisionNode(FSID id)
protected FSFile
FSFS. getTransactionRevisionNodeChildrenFile(FSID txnID)
protected FSFile
FSFS. getTransactionRevisionNodePropertiesFile(FSID id)
java.io.File
FSTransactionRoot. getTransactionRevNodeChildrenFile(FSID id)
java.io.File
FSFS. getTransactionRevNodeFile(FSID id)
java.io.File
FSTransactionRoot. getTransactionRevNodePropsFile(FSID id)
boolean
FSID. isRelated(FSID otherID)
void
FSFS. putTxnRevisionNode(FSID id, FSRevisionNode revNode)
void
FSTransactionRoot. setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind)
void
FSRevisionNode. setFreshRootPredecessorId(FSID freshRootPredecessorId)
void
FSEntry. setId(FSID id)
void
FSRevisionNode. setId(FSID revNodeID)
void
FSFS. setNodeOrigin(java.lang.String nodeID, FSID nodeRevisionID)
void
FSRevisionNode. setPredecessorId(FSID predRevNodeId)
void
FSPathChange. setRevNodeId(FSID revNodeId)
FSID
FSTransactionRoot. 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)
-