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
Fields Modifier and Type Field Description private SVNWCContext
context
private ISVNEventHandler
eventHandler
private java.util.List<java.lang.String>
ignores
private boolean
includeExternals
private SvnCleanup
operation
private boolean
removeIgnoredItems
private boolean
removeUnversionedItems
private SVNWCContext
wcContext
-
Constructor Summary
Constructors Modifier Constructor Description private
CleanupStatusWalk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
receive(SvnTarget target, SvnStatus status)
Receives object with is target.
-
-
-
Field Detail
-
removeUnversionedItems
private boolean removeUnversionedItems
-
removeIgnoredItems
private boolean removeIgnoredItems
-
includeExternals
private boolean includeExternals
-
context
private SVNWCContext context
-
eventHandler
private ISVNEventHandler eventHandler
-
wcContext
private SVNWCContext wcContext
-
ignores
private java.util.List<java.lang.String> ignores
-
operation
private SvnCleanup operation
-
-
Method Detail
-
receive
public void receive(SvnTarget target, SvnStatus status) throws SVNException
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
-
-