All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
begingReadTransaction(SVNWCDbRoot root) |
static void |
begingWriteTransaction(SVNWCDbRoot root) |
static void |
canonicalizeURLs(SVNWCDbRoot wcRoot,
boolean updateExternalProperties,
SVNExternalsStore store,
boolean omitDefaultPort) |
protected static Collection<SvnWcDbShared.Target> |
collectTargets(SVNWCDbRoot root,
File relpath,
SVNDepth depth,
Collection<String> changelists) |
static void |
commitTransaction(SVNWCDbRoot root) |
protected static boolean |
doesNodeExists(SVNWCDbRoot wcDbRoot,
File relpath) |
static Structure<StructureFields.NodeInfo> |
getBaseInfo(SVNWCDb db,
File localAbsPath,
StructureFields.NodeInfo... fields) |
static Structure<StructureFields.NodeInfo> |
getBaseInfo(SVNWCDbRoot wcroot,
File localRelPath,
StructureFields.NodeInfo... fields) |
static Structure<StructureFields.NodeInfo> |
getDepthInfo(SVNWCDbRoot wcroot,
File localRelPath,
long opDepth,
StructureFields.NodeInfo... fields) |
static Structure<StructureFields.MovedFromInfo> |
getMovedFromInfo(SVNWCDbRoot root,
File movedToOpRootRelPath,
File localRelPath) |
protected static void |
nodeIsNotInstallable(File absolutePath) |
protected static void |
nodeNotFound(File absolutePath) |
protected static void |
nodeNotFound(SVNWCDbRoot root,
File relPath) |
protected static Structure<StructureFields.NodeInfo> |
readInfo(SVNWCDbRoot wcRoot,
File localRelPath,
boolean isAdditionMode,
StructureFields.NodeInfo... fields) |
protected static Structure<StructureFields.NodeInfo> |
readInfo(SVNWCDbRoot wcRoot,
File localRelPath,
StructureFields.NodeInfo... fields) |
static void |
rollbackTransaction(SVNWCDbRoot root) |
static Structure<StructureFields.AdditionInfo> |
scanAddition(SVNWCDb db,
File localAbsPath) |
protected static Structure<StructureFields.AdditionInfo> |
scanAddition(SVNWCDbRoot root,
File localRelpath,
StructureFields.AdditionInfo... fields) |
static Structure<StructureFields.DeletionInfo> |
scanDeletion(SVNWCDb db,
File localAbsPath) |
protected static Structure<StructureFields.DeletionInfo> |
scanDeletion(SVNWCDbRoot root,
File localRelpath) |
static Structure<StructureFields.MovedInfo> |
scanMoved(SVNWCDb db,
File localAbsPath) |
protected static void |
sqliteError(org.tmatesoft.sqljet.core.SqlJetException e) |