|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.SVNConflictDescription org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
public class SVNTreeConflictDescription
SVNTreeConflictDescription brings information on a tree conflict.
Constructor Summary | |
---|---|
SVNTreeConflictDescription(java.io.File path,
SVNNodeKind nodeKind,
SVNConflictAction conflictAction,
SVNConflictReason conflictReason,
SVNOperation operation,
org.tmatesoft.svn.core.internal.wc.SVNConflictVersion sourceLeftVersion,
org.tmatesoft.svn.core.internal.wc.SVNConflictVersion sourceRightVersion)
Creates a new SVNTreeConflictDescription . |
Method Summary | |
---|---|
SVNOperation |
getOperation()
Returns the user operation that exposed this tree conflict. |
java.io.File |
getPath()
Returns the wc file. |
java.lang.String |
getPropertyName()
Returns null . |
org.tmatesoft.svn.core.internal.wc.SVNConflictVersion |
getSourceLeftVersion()
Returns info on the "merge-left source" or "older" version of incoming change. |
org.tmatesoft.svn.core.internal.wc.SVNConflictVersion |
getSourceRightVersion()
Returns info on the "merge-right source" or "their" version of incoming change. |
boolean |
isPropertyConflict()
Returns false . |
boolean |
isTextConflict()
Returns false . |
boolean |
isTreeConflict()
Returns true . |
void |
setSourceLeftVersion(org.tmatesoft.svn.core.internal.wc.SVNConflictVersion sourceLeftVersion)
|
Methods inherited from class org.tmatesoft.svn.core.wc.SVNConflictDescription |
---|
getConflictAction, getConflictReason, getMergeFiles, getNodeKind, setConflictAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNTreeConflictDescription(java.io.File path, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason, SVNOperation operation, org.tmatesoft.svn.core.internal.wc.SVNConflictVersion sourceLeftVersion, org.tmatesoft.svn.core.internal.wc.SVNConflictVersion sourceRightVersion)
SVNTreeConflictDescription
.
path
- wc pathnodeKind
- kind of the node, on which the tree conflict occurredconflictAction
- action which lead to the conflictconflictReason
- reason why the conflict occurredoperation
- user operation which exposed the conflictsourceLeftVersion
- info on the "merge-left source" or "older" version of incoming changesourceRightVersion
- info on the "merge-right source" or "their" version of incoming changeMethod Detail |
---|
public boolean isTextConflict()
false
.
isTextConflict
in class SVNConflictDescription
false
public boolean isPropertyConflict()
false
.
isPropertyConflict
in class SVNConflictDescription
false
public boolean isTreeConflict()
true
.
isTreeConflict
in class SVNConflictDescription
true
public java.io.File getPath()
getPath
in class SVNConflictDescription
public SVNOperation getOperation()
public org.tmatesoft.svn.core.internal.wc.SVNConflictVersion getSourceLeftVersion()
public void setSourceLeftVersion(org.tmatesoft.svn.core.internal.wc.SVNConflictVersion sourceLeftVersion)
public org.tmatesoft.svn.core.internal.wc.SVNConflictVersion getSourceRightVersion()
public java.lang.String getPropertyName()
null
.
getPropertyName
in class SVNConflictDescription
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |