public class SvnNgCleanup extends SvnNgOperationRunner<java.lang.Void,SvnCleanup>
| Modifier and Type | Class and Description |
|---|---|
private static class |
SvnNgCleanup.CleanupStatusWalk |
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgCleanup() |
| Modifier and Type | Method and Description |
|---|---|
private int |
canBeCleaned(SVNWCContext wcContext,
java.io.File localAbsPath) |
private void |
cleanup(SVNWCContext wcContext,
java.io.File localAbsPath) |
private void |
cleanupInternal(SVNWCContext wcContext,
java.io.File localAbsPath) |
private void |
doCleanup(java.io.File localAbsPath,
SVNWCContext wcContext,
java.util.List<java.lang.String> ignores) |
static void |
repairTimestamps(SVNWCContext wcContext,
java.io.File localAbsPath) |
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,SvnCleanup>SVNExceptionprivate void doCleanup(java.io.File localAbsPath,
SVNWCContext wcContext,
java.util.List<java.lang.String> ignores)
throws SVNException
SVNExceptionprivate void cleanup(SVNWCContext wcContext, java.io.File localAbsPath) throws SVNException
SVNExceptionprivate int canBeCleaned(SVNWCContext wcContext, java.io.File localAbsPath) throws SVNException
SVNExceptionprivate void cleanupInternal(SVNWCContext wcContext, java.io.File localAbsPath) throws SVNException
SVNExceptionpublic static void repairTimestamps(SVNWCContext wcContext, java.io.File localAbsPath) throws SVNException
SVNException