Class ConflictVersion
java.lang.Object
org.apache.subversion.javahl.types.ConflictVersion
The description of a merge conflict, encountered during
merge/update/switch operations.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConflictVersion
(String reposURL, String reposUUID, long pegRevision, String pathInRepos, NodeKind nodeKind) This constructor should only be called from JNI code. -
Method Summary
-
Field Details
-
reposURL
-
reposUUID
-
pegRevision
private long pegRevision -
pathInRepos
-
nodeKind
-
-
Constructor Details
-
Method Details