Package org.tigris.subversion.javahl
Class ConflictVersion
java.lang.Object
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
Constructors Constructor Description ConflictVersion(ConflictVersion aVer)
A backward-compat constructor. -
Method Summary
Modifier and Type Method Description int
getNodeKind()
String
getPathInRepos()
long
getPegRevision()
String
getReposURL()
String
toString()
-
Constructor Details
-
ConflictVersion
A backward-compat constructor.
-
-
Method Details
-
getReposURL
-
getPegRevision
public long getPegRevision() -
getPathInRepos
-
getNodeKind
public int getNodeKind()- See Also:
NodeKind
-
toString
-