Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSID
Packages that use FSID
Package
Description
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 FSIDModifier and TypeFieldDescriptionprivate 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 FSIDModifier and TypeMethodDescriptionFSID.copy()
private FSID
FSCommitter.createNode
(FSRevisionNode revNode, String copyId, String txnId) static FSID
FSID.createRevId
(String nodeId, String copyId, long revision, long offset) FSTransactionRoot.createSuccessor
(FSID oldId, FSRevisionNode newRevNode, String copyId) static FSID
FSID.createTxnId
(String nodeId, String copyId, String txnId) static FSID
FSID.fromString
(String revNodeId) FSTransactionInfo.getBaseID()
FSEntry.getId()
FSRevisionNode.getId()
FSRevisionNode.getPredecessorId()
FSPathChange.getRevNodeId()
FSTransactionInfo.getRootID()
FSTransactionRoot.writeFinalRevision
(FSID newId, CountingOutputStream protoFile, long revision, FSID id, String startNodeId, String startCopyId, Collection<FSRepresentation> representations, boolean atRoot) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSIDModifier and TypeMethodDescriptionvoid
FSCommitter.addChange
(String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, String copyFromPath, SVNNodeKind kind) private void
FSCommitter.commit
(String startNodeId, String startCopyId, long newRevision, OutputStream protoFileOS, FSID newRootId, FSTransactionRoot txnRoot, File revisionPrototypeFile, long offset, Collection<FSRepresentation> representations) int
FSTransactionRoot.createSuccessor
(FSID oldId, FSRevisionNode newRevNode, String copyId) private void
FSTransactionRoot.deleteEntryIfMutable
(FSID id) static SVNErrorMessage
FSErrors.errorDanglingId
(FSID id, FSFS owner) FSFS.getRevisionNode
(FSID id) protected FSFile
FSFS.getTransactionRevisionNodeChildrenFile
(FSID txnID) protected FSFile
FSTransactionRoot.getTransactionRevNodeChildrenFile
(FSID id) FSFS.getTransactionRevNodeFile
(FSID id) FSTransactionRoot.getTransactionRevNodePropsFile
(FSID id) boolean
void
FSFS.putTxnRevisionNode
(FSID id, FSRevisionNode revNode) private void
FSTransactionRoot.removeRevisionNode
(FSID id) void
FSTransactionRoot.setEntry
(FSRevisionNode parentRevNode, String entryName, FSID entryId, SVNNodeKind kind) void
FSRevisionNode.setFreshRootPredecessorId
(FSID freshRootPredecessorId) void
void
void
FSFS.setNodeOrigin
(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) FSTransactionRoot.writeFinalRevision
(FSID newId, CountingOutputStream protoFile, long revision, FSID id, String startNodeId, String startCopyId, Collection<FSRepresentation> representations, boolean atRoot) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSIDModifierConstructorDescriptionFSEntry
(FSID id, SVNNodeKind type, String name) FSPathChange
(String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, Boolean mergeInfoModified, 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 FSIDModifier and TypeMethodDescriptionprivate void
SVNLookClient.getTree
(FSFS fsfs, FSRoot root, String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler)