Class SvnWcDbRevert
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbRevert
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
SvnWcDbShared.Target -
Field Summary
Fields inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
EMPTY_PROPS_BLOB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidclearMovedTo(SVNWCDbRoot root, File localRelPath, SvnRevertNodesTrigger nodesTableTrigger) static voiddropRevertList(SVNWCContext context, File localAbsPath) static voidnotifyRevert(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 voidrevert(SVNWCDbRoot root, File localRelPath) static voidrevertRecursive(SVNWCDbRoot root, File localRelPath) Methods inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteError
-
Constructor Details
-
SvnWcDbRevert
public SvnWcDbRevert()
-
-
Method Details
-
revert
- Throws:
SVNException
-
clearMovedTo
private static void clearMovedTo(SVNWCDbRoot root, File localRelPath, SvnRevertNodesTrigger nodesTableTrigger) throws SVNException - Throws:
SVNException
-
revertRecursive
- Throws:
SVNException
-
readRevertCopiedChildren
public static Map<File,ISVNWCDb.SVNWCDbKind> readRevertCopiedChildren(SVNWCContext context, File localAbsPath) throws SVNException - Throws:
SVNException
-
readRevertInfo
public static Structure<SvnWcDbRevert.RevertInfo> readRevertInfo(SVNWCContext context, File localAbsPath) throws SVNException - Throws:
SVNException
-
dropRevertList
- Throws:
SVNException
-
notifyRevert
public static void notifyRevert(SVNWCContext context, File localAbsPath, ISVNEventHandler eventHandler) throws SVNException - Throws:
SVNException
-