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 java.lang.Object
implements ISvnObjectReceiver<SvnStatus>
-
Field Summary
FieldsModifier and TypeFieldDescriptionjava.lang.String
boolean
boolean
-
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
-
resolveText
public boolean resolveText -
resolveProp
public java.lang.String 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
-