private static class SvnNgCleanup.CleanupStatusWalk extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
CleanupStatusWalk() |
Modifier and Type | Method and Description |
---|---|
void |
receive(SvnTarget target,
SvnStatus status)
Receives object with is target.
|
private boolean removeUnversionedItems
private boolean removeIgnoredItems
private boolean includeExternals
private SVNWCContext context
private ISVNEventHandler eventHandler
private SVNWCContext wcContext
private java.util.List<java.lang.String> ignores
private SvnCleanup operation
public void receive(SvnTarget target, SvnStatus status) throws SVNException
ISvnObjectReceiver
receive
in interface ISvnObjectReceiver<SvnStatus>
target
- target of the objectstatus
- objectSVNException