| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.fs | |
| org.tmatesoft.svn.core.internal.io.fs.repcache |
| Modifier and Type | Method and Description |
|---|---|
FSRepresentation |
FSRevisionNode.chooseDeltaBase(FSFS fsfsOwner) |
FSRepresentation |
FSRevisionNode.getPropsRepresentation() |
FSRepresentation |
IFSRepresentationCacheManager.getRepresentationByHash(String hash) |
FSRepresentation |
FSRevisionNode.getTextRepresentation() |
static FSRepresentation |
FSRepresentation.parse(String representationString) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FSRepresentation.compareRepresentations(FSRepresentation r1,
FSRepresentation r2) |
static 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) |
| Modifier and Type | Method and Description |
|---|---|
FSID |
FSTransactionRoot.writeFinalRevision(FSID newId,
CountingOutputStream protoFile,
long revision,
FSID id,
String startNodeId,
String startCopyId,
Collection<FSRepresentation> representations,
boolean atRoot) |
| Constructor and Description |
|---|
FSRepresentation(FSRepresentation representation) |
| Modifier and Type | Method and Description |
|---|---|
FSRepresentation |
FSRepresentationCacheManager.getRepresentationByHash(String hash) |
FSRepresentation |
FSEmptyRepresentationCacheManager.getRepresentationByHash(String hash) |
| Modifier and Type | Method and Description |
|---|---|
void |
FSRepresentationCacheManager.insert(FSRepresentation representation,
boolean rejectDup) |
void |
FSEmptyRepresentationCacheManager.insert(FSRepresentation representation,
boolean rejectDup) |
Copyright © 2025. All rights reserved.