Package org.tigris.subversion.javahl
Class ConflictVersion
java.lang.Object
org.tigris.subversion.javahl.ConflictVersion
The description of a merge conflict, encountered during
merge/update/switch operations.
- Since:
- 1.6
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConflictVersion
(String reposURL, long pegRevision, String pathInRepos, int nodeKind) This constructor should only be called from JNI code.A backward-compat constructor. -
Method Summary
-
Field Details
-
reposURL
-
pegRevision
private long pegRevision -
pathInRepos
-
nodeKind
private int nodeKind- See Also:
-
-
Constructor Details
-
ConflictVersion
This constructor should only be called from JNI code. -
ConflictVersion
A backward-compat constructor.
-
-
Method Details