Class SvnNgCleanup.CleanupStatusWalk
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCleanup.CleanupStatusWalk
- All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
- Enclosing class:
- SvnNgCleanup
private static class SvnNgCleanup.CleanupStatusWalk
extends java.lang.Object
implements ISvnObjectReceiver<SvnStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCContext
private ISVNEventHandler
private java.util.List<java.lang.String>
private boolean
private SvnCleanup
private boolean
private boolean
private SVNWCContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
removeUnversionedItems
private boolean removeUnversionedItems -
removeIgnoredItems
private boolean removeIgnoredItems -
includeExternals
private boolean includeExternals -
context
-
eventHandler
-
wcContext
-
ignores
private java.util.List<java.lang.String> ignores -
operation
-
-
Constructor Details
-
CleanupStatusWalk
private CleanupStatusWalk()
-
-
Method Details
-
receive
Description copied from interface:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SvnStatus>
- Parameters:
target
- target of the objectstatus
- object- Throws:
SVNException
-