org.tigris.subversion.javahl
Class ConflictVersion

java.lang.Object
  extended by org.tigris.subversion.javahl.ConflictVersion

public class ConflictVersion
extends Object

The description of a merge conflict, encountered during merge/update/switch operations.

Since:
1.6

Constructor Summary
ConflictVersion(ConflictVersion aVer)
          A backward-compat constructor.
 
Method Summary
 int getNodeKind()
           
 String getPathInRepos()
           
 long getPegRevision()
           
 String getReposURL()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConflictVersion

public ConflictVersion(ConflictVersion aVer)
A backward-compat constructor.

Method Detail

getReposURL

public String getReposURL()

getPegRevision

public long getPegRevision()

getPathInRepos

public String getPathInRepos()

getNodeKind

public int getNodeKind()
See Also:
NodeKind

toString

public String toString()
Overrides:
toString in class Object