Class SVNWCContext.ConflictStatusWalker
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.ConflictStatusWalker
- All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
- Enclosing class:
- SVNWCContext
private class SVNWCContext.ConflictStatusWalker
extends Object
implements ISvnObjectReceiver<SvnStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resolveText
public boolean resolveText -
resolveProp
-
resolveTree
public boolean resolveTree -
conflictChoice
-
conflictHandler
-
canceller
-
eventHandler
-
-
Constructor Details
-
ConflictStatusWalker
private ConflictStatusWalker()
-
-
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
-