Uses of Class
org.tigris.subversion.javahl.ConflictVersion
Packages that use ConflictVersion
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of ConflictVersion in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl declared as ConflictVersionModifier and TypeFieldDescriptionprivate ConflictVersion
ConflictDescriptor.srcLeftVersion
private ConflictVersion
ConflictDescriptor.srcRightVersion
Methods in org.tigris.subversion.javahl that return ConflictVersionModifier and TypeMethodDescriptionprivate static ConflictVersion
JavaHLObjectFactory.createConflictVersion
(SVNConflictVersion version) ConflictDescriptor.getSrcLeftVersion()
ConflictDescriptor.getSrcRightVersion()
Constructors in org.tigris.subversion.javahl with parameters of type ConflictVersionModifierConstructorDescription(package private)
ConflictDescriptor
(java.lang.String path, int conflictKind, int nodeKind, java.lang.String propertyName, boolean isBinary, java.lang.String mimeType, int action, int reason, int operation, java.lang.String basePath, java.lang.String theirPath, java.lang.String myPath, java.lang.String mergedPath, ConflictVersion srcLeft, ConflictVersion srcRight) This constructor should only be called from JNI code.