Package org.tmatesoft.svn.core.wc
Class SVNPropertyConflictDescription
java.lang.Object
org.tmatesoft.svn.core.wc.SVNConflictDescription
org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription
SVNPropertyConflictDescription brings a property conflict description.
- Since:
- 1.3
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, java.lang.String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNPropertyConflictDescriptionobject. -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringReturns the name of the property, on which the conflict occurred.booleanReturnstrue.booleanReturnsfalse.booleanReturnsfalse.Methods inherited from class org.tmatesoft.svn.core.wc.SVNConflictDescription
getConflictAction, getConflictReason, getMergeFiles, getNodeKind, getPath, setConflictActionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myPropertyName
private java.lang.String myPropertyName
-
-
Constructor Details
-
SVNPropertyConflictDescription
public SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, java.lang.String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNPropertyConflictDescriptionobject.- Parameters:
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- Since:
- 1.3
-
-
Method Details
-
isTextConflict
public boolean isTextConflict()Returnsfalse.- Specified by:
isTextConflictin classSVNConflictDescription- Returns:
false- Since:
- 1.3
-
isPropertyConflict
public boolean isPropertyConflict()Returnstrue.- Specified by:
isPropertyConflictin classSVNConflictDescription- Returns:
true- Since:
- 1.3
-
isTreeConflict
public boolean isTreeConflict()Returnsfalse.- Specified by:
isTreeConflictin classSVNConflictDescription- Returns:
false- Since:
- 1.3
-
getPropertyName
public java.lang.String getPropertyName()Returns the name of the property, on which the conflict occurred.- Specified by:
getPropertyNamein classSVNConflictDescription- Returns:
- conflicted property name
- Since:
- 1.3
-