public class SvnWcDbShared
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
SvnWcDbShared.Target |
Modifier and Type | Field and Description |
---|---|
static byte[] |
EMPTY_PROPS_BLOB |
Constructor and Description |
---|
SvnWcDbShared() |
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 java.util.Collection<SvnWcDbShared.Target> |
collectTargets(SVNWCDbRoot root,
java.io.File relpath,
SVNDepth depth,
java.util.Collection<java.lang.String> changelists) |
static void |
commitTransaction(SVNWCDbRoot root) |
protected static boolean |
doesNodeExists(SVNWCDbRoot wcDbRoot,
java.io.File relpath) |
static Structure<StructureFields.NodeInfo> |
getBaseInfo(SVNWCDb db,
java.io.File localAbsPath,
StructureFields.NodeInfo... fields) |
static Structure<StructureFields.NodeInfo> |
getBaseInfo(SVNWCDbRoot wcroot,
java.io.File localRelPath,
StructureFields.NodeInfo... fields) |
static Structure<StructureFields.NodeInfo> |
getDepthInfo(SVNWCDbRoot wcroot,
java.io.File localRelPath,
long opDepth,
StructureFields.NodeInfo... fields) |
static Structure<StructureFields.MovedFromInfo> |
getMovedFromInfo(SVNWCDbRoot root,
java.io.File movedToOpRootRelPath,
java.io.File localRelPath) |
protected static void |
nodeIsNotInstallable(java.io.File absolutePath) |
protected static void |
nodeNotFound(java.io.File absolutePath) |
protected static void |
nodeNotFound(SVNWCDbRoot root,
java.io.File relPath) |
protected static Structure<StructureFields.NodeInfo> |
readInfo(SVNWCDbRoot wcRoot,
java.io.File localRelPath,
boolean isAdditionMode,
StructureFields.NodeInfo... fields) |
protected static Structure<StructureFields.NodeInfo> |
readInfo(SVNWCDbRoot wcRoot,
java.io.File localRelPath,
StructureFields.NodeInfo... fields) |
static void |
rollbackTransaction(SVNWCDbRoot root) |
static Structure<StructureFields.AdditionInfo> |
scanAddition(SVNWCDb db,
java.io.File localAbsPath) |
protected static Structure<StructureFields.AdditionInfo> |
scanAddition(SVNWCDbRoot root,
java.io.File localRelpath,
StructureFields.AdditionInfo... fields) |
static Structure<StructureFields.DeletionInfo> |
scanDeletion(SVNWCDb db,
java.io.File localAbsPath) |
protected static Structure<StructureFields.DeletionInfo> |
scanDeletion(SVNWCDbRoot root,
java.io.File localRelpath) |
static Structure<StructureFields.MovedInfo> |
scanMoved(SVNWCDb db,
java.io.File localAbsPath) |
protected static void |
sqliteError(org.tmatesoft.sqljet.core.SqlJetException e) |
public static void begingReadTransaction(SVNWCDbRoot root) throws SVNException
SVNException
public static void begingWriteTransaction(SVNWCDbRoot root) throws SVNException
SVNException
public static void commitTransaction(SVNWCDbRoot root) throws SVNException
SVNException
public static void rollbackTransaction(SVNWCDbRoot root) throws SVNException
SVNException
protected static void nodeNotFound(java.io.File absolutePath) throws SVNException
SVNException
protected static void nodeIsNotInstallable(java.io.File absolutePath) throws SVNException
SVNException
protected static boolean doesNodeExists(SVNWCDbRoot wcDbRoot, java.io.File relpath) throws SVNException
SVNException
protected static void nodeNotFound(SVNWCDbRoot root, java.io.File relPath) throws SVNException
SVNException
protected static void sqliteError(org.tmatesoft.sqljet.core.SqlJetException e) throws SVNException
SVNException
protected static java.util.Collection<SvnWcDbShared.Target> collectTargets(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
public static Structure<StructureFields.AdditionInfo> scanAddition(SVNWCDb db, java.io.File localAbsPath) throws SVNException
SVNException
public static Structure<StructureFields.MovedInfo> scanMoved(SVNWCDb db, java.io.File localAbsPath) throws SVNException
SVNException
protected static Structure<StructureFields.AdditionInfo> scanAddition(SVNWCDbRoot root, java.io.File localRelpath, StructureFields.AdditionInfo... fields) throws SVNException
SVNException
public static Structure<StructureFields.MovedFromInfo> getMovedFromInfo(SVNWCDbRoot root, java.io.File movedToOpRootRelPath, java.io.File localRelPath) throws SVNException
SVNException
public static Structure<StructureFields.DeletionInfo> scanDeletion(SVNWCDb db, java.io.File localAbsPath) throws SVNException
SVNException
protected static Structure<StructureFields.DeletionInfo> scanDeletion(SVNWCDbRoot root, java.io.File localRelpath) throws SVNException
SVNException
public static Structure<StructureFields.NodeInfo> getBaseInfo(SVNWCDbRoot wcroot, java.io.File localRelPath, StructureFields.NodeInfo... fields) throws SVNException
SVNException
public static Structure<StructureFields.NodeInfo> getBaseInfo(SVNWCDb db, java.io.File localAbsPath, StructureFields.NodeInfo... fields) throws SVNException
SVNException
public static Structure<StructureFields.NodeInfo> getDepthInfo(SVNWCDbRoot wcroot, java.io.File localRelPath, long opDepth, StructureFields.NodeInfo... fields) throws SVNException
SVNException
protected static Structure<StructureFields.NodeInfo> readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, StructureFields.NodeInfo... fields) throws SVNException
SVNException
protected static Structure<StructureFields.NodeInfo> readInfo(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean isAdditionMode, StructureFields.NodeInfo... fields) throws SVNException
SVNException
public static void canonicalizeURLs(SVNWCDbRoot wcRoot, boolean updateExternalProperties, SVNExternalsStore store, boolean omitDefaultPort) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.