Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs |
Modifier and Type | Method and Description |
---|---|
FSID |
FSID.copy() |
static FSID |
FSID.createRevId(String nodeId,
String copyId,
long revision,
long offset) |
FSID |
FSTransactionRoot.createSuccessor(FSID oldId,
FSRevisionNode newRevNode,
String copyId) |
static FSID |
FSID.createTxnId(String nodeId,
String copyId,
String txnId) |
static FSID |
FSID.fromString(String revNodeId) |
FSID |
FSTransactionInfo.getBaseID() |
FSID |
FSRevisionNode.getId() |
FSID |
FSEntry.getId() |
FSID |
FSRevisionNode.getPredecessorId() |
FSID |
FSPathChange.getRevNodeId() |
FSID |
FSTransactionInfo.getRootID() |
FSID |
FSTransactionRoot.writeFinalRevision(FSID newId,
CountingOutputStream protoFile,
long revision,
FSID id,
String startNodeId,
String startCopyId,
Collection<FSRepresentation> representations,
boolean atRoot) |
Modifier and Type | Method and Description |
---|---|
void |
FSCommitter.addChange(String path,
FSID id,
FSPathChangeKind changeKind,
boolean textModified,
boolean propsModified,
boolean mergeInfoModified,
long copyFromRevision,
String copyFromPath,
SVNNodeKind kind) |
int |
FSID.compareTo(FSID otherID) |
FSID |
FSTransactionRoot.createSuccessor(FSID oldId,
FSRevisionNode newRevNode,
String copyId) |
static SVNErrorMessage |
FSErrors.errorDanglingId(FSID id,
FSFS owner) |
FSRevisionNode |
FSFS.getRevisionNode(FSID id) |
protected FSFile |
FSFS.getTransactionRevisionNodeChildrenFile(FSID txnID) |
protected FSFile |
FSFS.getTransactionRevisionNodePropertiesFile(FSID id) |
File |
FSTransactionRoot.getTransactionRevNodeChildrenFile(FSID id) |
File |
FSFS.getTransactionRevNodeFile(FSID id) |
File |
FSTransactionRoot.getTransactionRevNodePropsFile(FSID id) |
boolean |
FSID.isRelated(FSID otherID) |
void |
FSFS.putTxnRevisionNode(FSID id,
FSRevisionNode revNode) |
void |
FSTransactionRoot.setEntry(FSRevisionNode parentRevNode,
String entryName,
FSID entryId,
SVNNodeKind kind) |
void |
FSRevisionNode.setFreshRootPredecessorId(FSID freshRootPredecessorId) |
void |
FSRevisionNode.setId(FSID revNodeID) |
void |
FSEntry.setId(FSID id) |
void |
FSFS.setNodeOrigin(String nodeID,
FSID nodeRevisionID) |
void |
FSRevisionNode.setPredecessorId(FSID predRevNodeId) |
void |
FSPathChange.setRevNodeId(FSID revNodeId) |
FSID |
FSTransactionRoot.writeFinalRevision(FSID newId,
CountingOutputStream protoFile,
long revision,
FSID id,
String startNodeId,
String startCopyId,
Collection<FSRepresentation> representations,
boolean atRoot) |
Constructor and Description |
---|
FSEntry(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) |
Copyright © 2018. All rights reserved.