Class SVNConflictVersion

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNConflictVersion

public class SVNConflictVersion extends Object
SVNConflictVersion represents Info about one of the conflicting versions of a node.
Since:
1.3
Version:
1.3
  • Field Details

    • myRepositoryRoot

      private final SVNURL myRepositoryRoot
    • myPath

      private final String myPath
    • myPegRevision

      private final long myPegRevision
    • myKind

      private final SVNNodeKind myKind
  • Constructor Details

    • SVNConflictVersion

      public SVNConflictVersion(SVNURL repositoryRoot, String path, long pegRevision, SVNNodeKind kind)
      Creates a new SVNConflictVersion.
      Parameters:
      repositoryRoot - repository root url
      path - absolute repository path
      pegRevision - peg revision at which to look up path
      kind - node kind of the path
      Since:
      1.3
  • Method Details

    • getRepositoryRoot

      public SVNURL getRepositoryRoot()
      Returns the repository root url.
      Returns:
      repository root url
      Since:
      1.3
    • getPath

      public String getPath()
      Returns the repository path.
      Returns:
      absolute repository path
      Since:
      1.3
    • getPegRevision

      public long getPegRevision()
      Returns the peg revision
      Returns:
      peg revision
      Since:
      1.3
    • getKind

      public SVNNodeKind getKind()
      Returns the node kind.
      Returns:
      node kind of the path
      Since:
      1.3
    • toString

      public String toString()
      Returns a string representation of this object.
      Overrides:
      toString in class Object
      Returns:
      string representation