Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Field and Description |
---|---|
private FSID |
FSTransactionInfo.myBaseID |
private FSID |
FSRevisionNode.myFreshRootPredecessorId |
private FSID |
FSEntry.myId |
private FSID |
FSRevisionNode.myId |
private FSID |
FSRevisionNode.myPredecessorId |
private FSID |
FSPathChange.myRevNodeId |
private FSID |
FSTransactionInfo.myRootID |
Modifier and Type | Method and Description |
---|---|
FSID |
FSID.copy() |
private FSID |
FSCommitter.createNode(FSRevisionNode revNode,
java.lang.String copyId,
java.lang.String txnId) |
static FSID |
FSID.createRevId(java.lang.String nodeId,
java.lang.String copyId,
long revision,
long offset) |
FSID |
FSTransactionRoot.createSuccessor(FSID oldId,
FSRevisionNode newRevNode,
java.lang.String copyId) |
static FSID |
FSID.createTxnId(java.lang.String nodeId,
java.lang.String copyId,
java.lang.String txnId) |
static FSID |
FSID.fromString(java.lang.String revNodeId) |
FSID |
FSTransactionInfo.getBaseID() |
FSID |
FSEntry.getId() |
FSID |
FSRevisionNode.getId() |
FSID |
FSRevisionNode.getPredecessorId() |
FSID |
FSPathChange.getRevNodeId() |
FSID |
FSTransactionInfo.getRootID() |
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) |
Modifier and Type | Method and Description |
---|---|
void |
FSCommitter.addChange(java.lang.String path,
FSID id,
FSPathChangeKind changeKind,
boolean textModified,
boolean propsModified,
boolean mergeInfoModified,
long copyFromRevision,
java.lang.String copyFromPath,
SVNNodeKind kind) |
private void |
FSCommitter.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) |
int |
FSID.compareTo(FSID otherID) |
FSID |
FSTransactionRoot.createSuccessor(FSID oldId,
FSRevisionNode newRevNode,
java.lang.String copyId) |
private void |
FSTransactionRoot.deleteEntryIfMutable(FSID id) |
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) |
java.io.File |
FSTransactionRoot.getTransactionRevNodeChildrenFile(FSID id) |
java.io.File |
FSFS.getTransactionRevNodeFile(FSID id) |
java.io.File |
FSTransactionRoot.getTransactionRevNodePropsFile(FSID id) |
boolean |
FSID.isRelated(FSID otherID) |
void |
FSFS.putTxnRevisionNode(FSID id,
FSRevisionNode revNode) |
private void |
FSTransactionRoot.removeRevisionNode(FSID id) |
void |
FSTransactionRoot.setEntry(FSRevisionNode parentRevNode,
java.lang.String entryName,
FSID entryId,
SVNNodeKind kind) |
void |
FSRevisionNode.setFreshRootPredecessorId(FSID freshRootPredecessorId) |
void |
FSEntry.setId(FSID id) |
void |
FSRevisionNode.setId(FSID revNodeID) |
void |
FSFS.setNodeOrigin(java.lang.String nodeID,
FSID nodeRevisionID) |
void |
FSRevisionNode.setPredecessorId(FSID predRevNodeId) |
void |
FSPathChange.setRevNodeId(FSID revNodeId) |
private static void |
FSCommitter.updateAncestry(FSFS owner,
FSID sourceId,
FSID targetId) |
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) |
Constructor and Description |
---|
FSEntry(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) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNLookClient.getTree(FSFS fsfs,
FSRoot root,
java.lang.String path,
SVNNodeKind kind,
FSID id,
boolean includeIDs,
int depth,
boolean recursive,
ISVNTreeHandler handler) |