Class SvnNgCleanup
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner<Void,SvnCleanup>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCleanup
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<Void,
SvnCleanup>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
canBeCleaned
(SVNWCContext wcContext, File localAbsPath) private void
cleanup
(SVNWCContext wcContext, File localAbsPath) private void
cleanupInternal
(SVNWCContext wcContext, File localAbsPath) private void
doCleanup
(File localAbsPath, SVNWCContext wcContext, List<String> ignores) static void
repairTimestamps
(SVNWCContext wcContext, File localAbsPath) protected Void
run
(SVNWCContext context) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestamp
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
-
Constructor Details
-
SvnNgCleanup
public SvnNgCleanup()
-
-
Method Details
-
run
- Specified by:
run
in classSvnNgOperationRunner<Void,
SvnCleanup> - Throws:
SVNException
-
doCleanup
private void doCleanup(File localAbsPath, SVNWCContext wcContext, List<String> ignores) throws SVNException - Throws:
SVNException
-
cleanup
- Throws:
SVNException
-
canBeCleaned
- Throws:
SVNException
-
cleanupInternal
- Throws:
SVNException
-
repairTimestamps
- Throws:
SVNException
-