private class SVNWCContext.ConflictStatusWalker extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
Modifier and Type | Field and Description |
---|---|
ISVNCanceller |
canceller |
SVNConflictChoice |
conflictChoice |
ISVNConflictHandler |
conflictHandler |
ISVNEventHandler |
eventHandler |
java.lang.String |
resolveProp |
boolean |
resolveText |
boolean |
resolveTree |
Modifier | Constructor and Description |
---|---|
private |
ConflictStatusWalker() |
Modifier and Type | Method and Description |
---|---|
void |
receive(SvnTarget target,
SvnStatus status)
Receives object with is target.
|
public boolean resolveText
public java.lang.String resolveProp
public boolean resolveTree
public SVNConflictChoice conflictChoice
public ISVNConflictHandler conflictHandler
public ISVNCanceller canceller
public ISVNEventHandler eventHandler
public void receive(SvnTarget target, SvnStatus status) throws SVNException
ISvnObjectReceiver
receive
in interface ISvnObjectReceiver<SvnStatus>
target
- target of the objectstatus
- objectSVNException