public class SvnWcDbRevert extends SvnWcDbShared
| Modifier and Type | Class and Description |
|---|---|
static class |
SvnWcDbRevert.RevertInfo |
SvnWcDbShared.TargetEMPTY_PROPS_BLOB| Constructor and Description |
|---|
SvnWcDbRevert() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
clearMovedTo(SVNWCDbRoot root,
java.io.File localRelPath,
SvnRevertNodesTrigger nodesTableTrigger) |
static void |
dropRevertList(SVNWCContext context,
java.io.File localAbsPath) |
static void |
notifyRevert(SVNWCContext context,
java.io.File localAbsPath,
ISVNEventHandler eventHandler) |
static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind> |
readRevertCopiedChildren(SVNWCContext context,
java.io.File localAbsPath) |
static Structure<SvnWcDbRevert.RevertInfo> |
readRevertInfo(SVNWCContext context,
java.io.File localAbsPath) |
static void |
revert(SVNWCDbRoot root,
java.io.File localRelPath) |
static void |
revertRecursive(SVNWCDbRoot root,
java.io.File localRelPath) |
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteErrorpublic static void revert(SVNWCDbRoot root, java.io.File localRelPath) throws SVNException
SVNExceptionprivate static void clearMovedTo(SVNWCDbRoot root, java.io.File localRelPath, SvnRevertNodesTrigger nodesTableTrigger) throws SVNException
SVNExceptionpublic static void revertRecursive(SVNWCDbRoot root, java.io.File localRelPath) throws SVNException
SVNExceptionpublic static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind> readRevertCopiedChildren(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbRevert.RevertInfo> readRevertInfo(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNExceptionpublic static void dropRevertList(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNExceptionpublic static void notifyRevert(SVNWCContext context, java.io.File localAbsPath, ISVNEventHandler eventHandler) throws SVNException
SVNException