Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRepresentation
-
Packages that use FSRepresentation Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.repcache -
-
Uses of FSRepresentation in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSRepresentation Modifier and Type Method Description FSRepresentation
FSRevisionNode. chooseDeltaBase(FSFS fsfsOwner)
FSRepresentation
FSRevisionNode. getPropsRepresentation()
FSRepresentation
IFSRepresentationCacheManager. getRepresentationByHash(java.lang.String hash)
FSRepresentation
FSRevisionNode. getTextRepresentation()
static FSRepresentation
FSRepresentation. parse(java.lang.String representationString)
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRepresentation Modifier and Type Method Description static boolean
FSRepresentation. compareRepresentations(FSRepresentation r1, FSRepresentation r2)
static java.io.InputStream
FSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner)
void
IFSRepresentationCacheManager. insert(FSRepresentation representation, boolean rejectDup)
FSFile
FSFS. openAndSeekRepresentation(FSRepresentation rep)
void
FSRevisionNode. setPropsRepresentation(FSRepresentation propsRepr)
void
FSRevisionNode. setTextRepresentation(FSRepresentation textRepr)
Method parameters in org.tmatesoft.svn.core.internal.io.fs with type arguments of type FSRepresentation Modifier and Type Method Description 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 FSRepresentation Constructor Description 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 FSRepresentation Modifier and Type Method Description FSRepresentation
FSEmptyRepresentationCacheManager. getRepresentationByHash(java.lang.String hash)
FSRepresentation
FSRepresentationCacheManager. getRepresentationByHash(java.lang.String hash)
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache with parameters of type FSRepresentation Modifier and Type Method Description void
FSEmptyRepresentationCacheManager. insert(FSRepresentation representation, boolean rejectDup)
void
FSRepresentationCacheManager. insert(FSRepresentation representation, boolean rejectDup)
-