Class SVNPropertyConflictDescription

java.lang.Object
org.tmatesoft.svn.core.wc.SVNConflictDescription
org.tmatesoft.svn.core.wc.SVNPropertyConflictDescription

public class SVNPropertyConflictDescription extends SVNConflictDescription
SVNPropertyConflictDescription brings a property conflict description.
Since:
1.3
Version:
1.3
Author:
TMate Software Ltd.
  • Constructor Details

    • SVNPropertyConflictDescription

      public SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, 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
  • Method Details