Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSID
-
Packages that use FSID Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine. -
-
Uses of FSID in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSID Modifier and Type Field Description private FSID
FSTransactionInfo. myBaseID
private FSID
FSRevisionNode. myFreshRootPredecessorId
private FSID
FSEntry. myId
private FSID
FSRevisionNode. myId
private FSID
FSRevisionNode. myPredecessorId
private FSID
FSPathChange. myRevNodeId
private FSID
FSTransactionInfo. myRootID
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSID Modifier and Type Method Description FSID
FSID. copy()
private FSID
FSCommitter. createNode(FSRevisionNode revNode, java.lang.String copyId, java.lang.String txnId)
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)
private void
FSCommitter. commit(java.lang.String startNodeId, java.lang.String startCopyId, long newRevision, java.io.OutputStream protoFileOS, FSID newRootId, FSTransactionRoot txnRoot, java.io.File revisionPrototypeFile, long offset, java.util.Collection<FSRepresentation> representations)
int
FSID. compareTo(FSID otherID)
FSID
FSTransactionRoot. createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId)
private void
FSTransactionRoot. deleteEntryIfMutable(FSID id)
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)
private void
FSTransactionRoot. removeRevisionNode(FSID id)
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)
private static void
FSCommitter. updateAncestry(FSFS owner, FSID sourceId, FSID targetId)
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)
-
Uses of FSID in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type FSID Modifier and Type Method Description private void
SVNLookClient. getTree(FSFS fsfs, FSRoot root, java.lang.String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler)
-