|
|||||||||
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.SVNTextConflictDescription
public class SVNTextConflictDescription
SVNTextConflictDescription brings information about conflict on a file.
Constructor Summary | |
---|---|
SVNTextConflictDescription(SVNMergeFileSet mergeFiles,
SVNNodeKind nodeKind,
SVNConflictAction conflictAction,
SVNConflictReason conflictReason)
Creates a new SVNTextConflictDescription object. |
Method Summary | |
---|---|
java.lang.String |
getPropertyName()
Returns null . |
boolean |
isPropertyConflict()
Returns false . |
boolean |
isTextConflict()
Returns true . |
boolean |
isTreeConflict()
Returns false . |
Methods inherited from class org.tmatesoft.svn.core.wc.SVNConflictDescription |
---|
getConflictAction, getConflictReason, getMergeFiles, getNodeKind, getPath, setConflictAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNTextConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason)
SVNTextConflictDescription
object.
mergeFiles
- files involved in the mergenodeKind
- node kind of the item which the conflict occurred on
conflict; otherwise falseconflictAction
- action which lead to the conflictconflictReason
- why the conflict ever occurredMethod Detail |
---|
public boolean isTextConflict()
true
.
isTextConflict
in class SVNConflictDescription
true
public boolean isPropertyConflict()
false
.
isPropertyConflict
in class SVNConflictDescription
false
public boolean isTreeConflict()
false
.
isTreeConflict
in class SVNConflictDescription
false
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 |