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.


Constructor Summary
ConflictVersion(String reposURL, long pegRevision, String pathInRepos, NodeKind nodeKind)
          This constructor should only be called from JNI code.
 
Method Summary
 NodeKind 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(String reposURL,
                       long pegRevision,
                       String pathInRepos,
                       NodeKind nodeKind)
This constructor should only be called from JNI code.

Method Detail

getReposURL

public String getReposURL()

getPegRevision

public long getPegRevision()

getPathInRepos

public String getPathInRepos()

getNodeKind

public NodeKind getNodeKind()
See Also:
NodeKind

toString

public String toString()
Overrides:
toString in class Object