public class SvnNgRevert extends SvnNgOperationRunner<java.lang.Void,SvnRevert>
UNKNOWNNULL| 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, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected java.lang.Void run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.lang.Void,SvnRevert>SVNExceptionprivate void revert(java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
java.util.Collection<java.lang.String> changelists)
throws SVNException
SVNExceptionprivate void revertChangelist(java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
java.util.Collection<java.lang.String> changelists)
throws SVNException
SVNExceptionprivate void revert(java.io.File localAbsPath,
SVNDepth depth,
boolean useCommitTimes)
throws SVNException
SVNExceptionprivate void populateModifiedCopiesThatShouldBePreserved(java.io.File localAbsPath,
java.io.File wcRoot,
java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved)
throws SVNException
SVNExceptionpublic static void restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier) throws SVNException
SVNExceptionpublic 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
SVNExceptionprivate static boolean restoreCopiedDirectory(SVNWCContext context, java.io.File localAbsPath, boolean removeSelf, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved) throws SVNException
SVNException