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 Object
implements ISvnObjectReceiver<SvnStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCContextprivate ISVNEventHandlerprivate booleanprivate SvnCleanupprivate booleanprivate booleanprivate SVNWCContext -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
removeUnversionedItems
private boolean removeUnversionedItems -
removeIgnoredItems
private boolean removeIgnoredItems -
includeExternals
private boolean includeExternals -
context
-
eventHandler
-
wcContext
-
ignores
-
operation
-
-
Constructor Details
-
CleanupStatusWalk
private CleanupStatusWalk()
-
-
Method Details
-
receive
Description copied from interface:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectstatus- object- Throws:
SVNException
-