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 ISVNCancellercancellerSVNConflictChoiceconflictChoiceISVNConflictHandlerconflictHandlerISVNEventHandlereventHandlerjava.lang.StringresolvePropbooleanresolveTextbooleanresolveTree
-
Constructor Summary
Constructors Modifier Constructor Description privateConflictStatusWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceive(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:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectstatus- object- Throws:
SVNException
-
-