|
|||||||||
| 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.SVNPropertyConflictDescription
public class SVNPropertyConflictDescription
SVNPropertyConflictDescription brings a property conflict description.
| Constructor Summary | |
|---|---|
SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles,
SVNNodeKind nodeKind,
java.lang.String propertyName,
SVNConflictAction conflictAction,
SVNConflictReason conflictReason)
Creates a new SVNPropertyConflictDescription object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
Returns the name of the property, on which the conflict occurred. |
boolean |
isPropertyConflict()
Returns true. |
boolean |
isTextConflict()
Returns false. |
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 SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles,
SVNNodeKind nodeKind,
java.lang.String propertyName,
SVNConflictAction conflictAction,
SVNConflictReason conflictReason)
SVNPropertyConflictDescription object.
mergeFiles - files involved in a property conflictnodeKind - kind of the conflicted nodepropertyName - versioned property nameconflictAction - action lead to the conflictconflictReason - the reason why the conflict occurred| Method Detail |
|---|
public boolean isTextConflict()
false.
isTextConflict in class SVNConflictDescriptionfalsepublic boolean isPropertyConflict()
true.
isPropertyConflict in class SVNConflictDescriptiontruepublic boolean isTreeConflict()
false.
isTreeConflict in class SVNConflictDescriptionfalsepublic java.lang.String getPropertyName()
getPropertyName in class SVNConflictDescription
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||