org.apache.subversion.javahl.types
Class ConflictVersion

java.lang.Object
  extended by org.apache.subversion.javahl.types.ConflictVersion

public class ConflictVersion
extends Object

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


Method Summary
 NodeKind getNodeKind()
           
 String getPathInRepos()
           
 long getPegRevision()
           
 String getReposURL()
           
 String getReposUUID()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getReposURL

public String getReposURL()

getReposUUID

public String getReposUUID()
Since:
1.8

getPegRevision

public long getPegRevision()

getPathInRepos

public String getPathInRepos()

getNodeKind

public NodeKind getNodeKind()
See Also:
NodeKind

toString

public String toString()
Overrides:
toString in class Object