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
- Author:
- TMate Software Ltd.
-
Constructor Summary
ConstructorsConstructorDescriptionSVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNPropertyConflictDescriptionobject. -
Method Summary
Modifier and TypeMethodDescriptionReturns 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, setConflictAction
-
Constructor Details
-
SVNPropertyConflictDescription
public SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, 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
Returns the name of the property, on which the conflict occurred.- Specified by:
getPropertyNamein classSVNConflictDescription- Returns:
- conflicted property name
- Since:
- 1.3
-