Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRepresentation
Packages that use FSRepresentation
Package
Description
-
Uses of FSRepresentation in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSRepresentationModifier and TypeFieldDescriptionprivate FSRepresentationFSRevisionNode.myPropsRepresentationprivate FSRepresentationFSRevisionNode.myTextRepresentationMethods in org.tmatesoft.svn.core.internal.io.fs that return FSRepresentationModifier and TypeMethodDescriptionFSRevisionNode.chooseDeltaBase(FSFS fsfsOwner) FSRevisionNode.getPropsRepresentation()IFSRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) private FSRepresentationFSOutputStream.getSharedRepresentation(FSFS fsfs, FSRepresentation representation, java.util.Map<java.lang.String, FSRepresentation> representationsMap) FSRevisionNode.getTextRepresentation()static FSRepresentationFSRepresentation.parse(java.lang.String representationString) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRepresentationModifier and TypeMethodDescriptionFSInputStream.buildRepresentationList(FSRepresentation firstRep, java.util.LinkedList result, FSFS owner) private voidFSOutputStream.checkRepresentation(FSFS fsfs, FSRepresentation representation, java.lang.Object hint) static booleanFSRepresentation.compareRepresentations(FSRepresentation r1, FSRepresentation r2) static java.io.InputStreamFSInputStream.createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner) private FSRepresentationFSOutputStream.getSharedRepresentation(FSFS fsfs, FSRepresentation representation, java.util.Map<java.lang.String, FSRepresentation> representationsMap) voidIFSRepresentationCacheManager.insert(FSRepresentation representation, boolean rejectDup) FSFS.openAndSeekRepresentation(FSRepresentation rep) private FSFileFSFS.openAndSeekTransaction(FSRepresentation rep) private SVNPropertiesFSFS.parseProperties(FSRepresentation txtRep) private byte[]FSFS.parseRawDeltaProperties(FSRepresentation txtRep, java.lang.StringBuilder outputChecksum) private static java.io.FileFSOutputStream.pathTxnSha1(FSFS fsfs, FSRepresentation representation, java.lang.String txnId) voidFSRevisionNode.setPropsRepresentation(FSRepresentation propsRepr) voidFSRevisionNode.setTextRepresentation(FSRepresentation textRepr) private static voidFSOutputStream.storeSha1RepMapping(FSFS fsfs, FSRepresentation representation) private longFSTransactionRoot.writeHashRepresentation(FSRepresentation representation, SVNProperties hashContents, CountingOutputStream protoFile, java.security.MessageDigest digest, FSP2LProtoIndex.ItemType itemType) Method parameters in org.tmatesoft.svn.core.internal.io.fs with type arguments of type FSRepresentationModifier and TypeMethodDescriptionprivate 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) private longFSCommitter.commit(java.util.Collection<FSRepresentation> representations) private FSRepresentationFSOutputStream.getSharedRepresentation(FSFS fsfs, FSRepresentation representation, java.util.Map<java.lang.String, FSRepresentation> representationsMap) 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 FSRepresentationModifierConstructorDescriptionprivateFSInputStream(SVNDeltaCombiner combiner, FSRepresentation representation, FSFS owner) FSRepresentation(FSRepresentation representation) -
Uses of FSRepresentation in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache that return FSRepresentationModifier and TypeMethodDescriptionFSEmptyRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) FSRepresentationCacheManager.getRepresentationByHash(java.lang.String hash) Methods in org.tmatesoft.svn.core.internal.io.fs.repcache with parameters of type FSRepresentationModifier and TypeMethodDescriptionvoidFSEmptyRepresentationCacheManager.insert(FSRepresentation representation, boolean rejectDup) voidFSRepresentationCacheManager.insert(FSRepresentation representation, boolean rejectDup)