|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNConflictDescription
org.tmatesoft.svn.core.wc.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 | |
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, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 occurred| Method Detail |
public boolean isTextConflict()
true.
isTextConflict in class SVNConflictDescriptionpublic boolean isPropertyConflict()
false.
isPropertyConflict in class SVNConflictDescriptionpublic boolean isTreeConflict()
false.
isTreeConflict in class SVNConflictDescriptionpublic String getPropertyName()
null.
getPropertyName in class SVNConflictDescription
|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||