Uses of Class
org.tigris.subversion.javahl.ConflictVersion
-
Packages that use ConflictVersion Package Description org.tigris.subversion.javahl 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 ConflictVersion Modifier and Type Field Description private ConflictVersion
ConflictDescriptor. srcLeftVersion
private ConflictVersion
ConflictDescriptor. srcRightVersion
Methods in org.tigris.subversion.javahl that return ConflictVersion Modifier and Type Method Description private static ConflictVersion
JavaHLObjectFactory. createConflictVersion(SVNConflictVersion version)
ConflictVersion
ConflictDescriptor. getSrcLeftVersion()
ConflictVersion
ConflictDescriptor. getSrcRightVersion()
Constructors in org.tigris.subversion.javahl with parameters of type ConflictVersion Constructor Description 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.
-