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 FSIDFSTransactionInfo.myBaseIDprivate FSIDFSRevisionNode.myFreshRootPredecessorIdprivate FSIDFSEntry.myIdprivate FSIDFSRevisionNode.myIdprivate FSIDFSRevisionNode.myPredecessorIdprivate FSIDFSPathChange.myRevNodeIdprivate FSIDFSTransactionInfo.myRootIDMethods in org.tmatesoft.svn.core.internal.io.fs that return FSIDModifier and TypeMethodDescriptionFSID.copy()private FSIDFSCommitter.createNode(FSRevisionNode revNode, java.lang.String copyId, java.lang.String txnId) static FSIDFSID.createRevId(java.lang.String nodeId, java.lang.String copyId, long revision, long offset) FSTransactionRoot.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) FSTransactionInfo.getBaseID()FSEntry.getId()FSRevisionNode.getId()FSRevisionNode.getPredecessorId()FSPathChange.getRevNodeId()FSTransactionInfo.getRootID()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 FSIDModifier and TypeMethodDescriptionvoidFSCommitter.addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind) private voidFSCommitter.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) intFSTransactionRoot.createSuccessor(FSID oldId, FSRevisionNode newRevNode, java.lang.String copyId) private voidFSTransactionRoot.deleteEntryIfMutable(FSID id) static SVNErrorMessageFSErrors.errorDanglingId(FSID id, FSFS owner) FSFS.getRevisionNode(FSID id) protected FSFileFSFS.getTransactionRevisionNodeChildrenFile(FSID txnID) protected FSFilejava.io.FileFSTransactionRoot.getTransactionRevNodeChildrenFile(FSID id) java.io.FileFSFS.getTransactionRevNodeFile(FSID id) java.io.FileFSTransactionRoot.getTransactionRevNodePropsFile(FSID id) booleanvoidFSFS.putTxnRevisionNode(FSID id, FSRevisionNode revNode) private voidFSTransactionRoot.removeRevisionNode(FSID id) voidFSTransactionRoot.setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind) voidFSRevisionNode.setFreshRootPredecessorId(FSID freshRootPredecessorId) voidvoidvoidFSFS.setNodeOrigin(java.lang.String nodeID, FSID nodeRevisionID) voidFSRevisionNode.setPredecessorId(FSID predRevNodeId) voidFSPathChange.setRevNodeId(FSID revNodeId) private static voidFSCommitter.updateAncestry(FSFS owner, FSID sourceId, FSID targetId) 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 FSIDModifierConstructorDescriptionFSEntry(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 FSIDModifier and TypeMethodDescriptionprivate voidSVNLookClient.getTree(FSFS fsfs, FSRoot root, java.lang.String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler)