public class SvnNgRevert extends SvnNgOperationRunner<java.lang.Void,SvnRevert>
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgRevert() |
Modifier and Type | Method and Description |
---|---|
private void |
populateModifiedCopiesThatShouldBePreserved(java.io.File localAbsPath,
java.io.File wcRoot,
java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) |
static void |
restore(SVNWCContext context,
java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
boolean revertRoot,
ISVNEventHandler notifier) |
static void |
restore(SVNWCContext context,
java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
boolean revertRoot,
ISVNEventHandler notifier,
java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) |
private static boolean |
restoreCopiedDirectory(SVNWCContext context,
java.io.File localAbsPath,
boolean removeSelf,
java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) |
private void |
revert(java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes) |
private void |
revert(java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
java.util.Collection<java.lang.String> changelists) |
private void |
revertChangelist(java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
java.util.Collection<java.lang.String> changelists) |
protected java.lang.Void |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, isApplicable, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
protected java.lang.Void run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<java.lang.Void,SvnRevert>
SVNException
private void revert(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
private void revertChangelist(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
private void revert(java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes) throws SVNException
SVNException
private void populateModifiedCopiesThatShouldBePreserved(java.io.File localAbsPath, java.io.File wcRoot, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) throws SVNException
SVNException
public static void restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier) throws SVNException
SVNException
public static void restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) throws SVNException
SVNException
private static boolean restoreCopiedDirectory(SVNWCContext context, java.io.File localAbsPath, boolean removeSelf, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) throws SVNException
SVNException