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,
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, sqliteError
public static void revert(SVNWCDbRoot root, java.io.File localRelPath) throws SVNException
SVNException
public static void revertRecursive(SVNWCDbRoot root, java.io.File localRelPath) throws SVNException
SVNException
public static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind> readRevertCopiedChildren(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNException
public static Structure<SvnWcDbRevert.RevertInfo> readRevertInfo(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNException
public static void dropRevertList(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNException
public static void notifyRevert(SVNWCContext context, java.io.File localAbsPath, ISVNEventHandler eventHandler) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.