public class SvnWcDbRevert extends SvnWcDbShared
Modifier and Type | Class and Description |
---|---|
static class |
SvnWcDbRevert.RevertInfo |
SvnWcDbShared.Target
EMPTY_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, sqliteError
public static void revert(SVNWCDbRoot root, File localRelPath) throws SVNException
SVNException
public static void revertRecursive(SVNWCDbRoot root, File localRelPath) throws SVNException
SVNException
public static Map<File,ISVNWCDb.SVNWCDbKind> readRevertCopiedChildren(SVNWCContext context, File localAbsPath) throws SVNException
SVNException
public static Structure<SvnWcDbRevert.RevertInfo> readRevertInfo(SVNWCContext context, File localAbsPath) throws SVNException
SVNException
public static void dropRevertList(SVNWCContext context, File localAbsPath) throws SVNException
SVNException
public static void notifyRevert(SVNWCContext context, File localAbsPath, ISVNEventHandler eventHandler) throws SVNException
SVNException
Copyright © 2024. All rights reserved.