Class SVNPropertyConflictDescription


  • public class SVNPropertyConflictDescription
    extends SVNConflictDescription
    SVNPropertyConflictDescription brings a property conflict description.
    Since:
    1.3
    Version:
    1.3
    • Field Detail

      • myPropertyName

        private java.lang.String myPropertyName
    • Constructor Detail

      • SVNPropertyConflictDescription

        public SVNPropertyConflictDescription​(SVNMergeFileSet mergeFiles,
                                              SVNNodeKind nodeKind,
                                              java.lang.String propertyName,
                                              SVNConflictAction conflictAction,
                                              SVNConflictReason conflictReason)
        Creates a new SVNPropertyConflictDescription object.
        Parameters:
        mergeFiles - files involved in a property conflict
        nodeKind - kind of the conflicted node
        propertyName - versioned property name
        conflictAction - action lead to the conflict
        conflictReason - the reason why the conflict occurred
        Since:
        1.3