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 |
|---|---|
static void |
dropRevertList(SVNWCContext context,
File localAbsPath) |
static void |
notifyRevert(SVNWCContext context,
File localAbsPath,
ISVNEventHandler eventHandler) |
static Map<File,ISVNWCDb.SVNWCDbKind> |
readRevertCopiedChildren(SVNWCContext context,
File localAbsPath) |
static Structure<SvnWcDbRevert.RevertInfo> |
readRevertInfo(SVNWCContext context,
File localAbsPath) |
static void |
revert(SVNWCDbRoot root,
File localRelPath) |
static void |
revertRecursive(SVNWCDbRoot root,
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, File localRelPath) throws SVNException
SVNExceptionpublic static void revertRecursive(SVNWCDbRoot root, File localRelPath) throws SVNException
SVNExceptionpublic static Map<File,ISVNWCDb.SVNWCDbKind> readRevertCopiedChildren(SVNWCContext context, File localAbsPath) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbRevert.RevertInfo> readRevertInfo(SVNWCContext context, File localAbsPath) throws SVNException
SVNExceptionpublic static void dropRevertList(SVNWCContext context, File localAbsPath) throws SVNException
SVNExceptionpublic static void notifyRevert(SVNWCContext context, File localAbsPath, ISVNEventHandler eventHandler) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.