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
Fields Modifier and Type Field Description ISVNCanceller
canceller
SVNConflictChoice
conflictChoice
ISVNConflictHandler
conflictHandler
ISVNEventHandler
eventHandler
java.lang.String
resolveProp
boolean
resolveText
boolean
resolveTree
-
Constructor Summary
Constructors Modifier Constructor Description private
ConflictStatusWalker()
-
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
-
resolveText
public boolean resolveText
-
resolveProp
public java.lang.String resolveProp
-
resolveTree
public boolean resolveTree
-
conflictChoice
public SVNConflictChoice conflictChoice
-
conflictHandler
public ISVNConflictHandler conflictHandler
-
canceller
public ISVNCanceller canceller
-
eventHandler
public ISVNEventHandler eventHandler
-
-
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
-
-