Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
Modifier and Type | Field and Description |
---|---|
private ConflictVersion |
ConflictDescriptor.srcLeftVersion |
private ConflictVersion |
ConflictDescriptor.srcRightVersion |
Modifier and Type | Method and Description |
---|---|
private static ConflictVersion |
JavaHLObjectFactory.createConflictVersion(SVNConflictVersion version) |
ConflictVersion |
ConflictDescriptor.getSrcLeftVersion() |
ConflictVersion |
ConflictDescriptor.getSrcRightVersion() |
Constructor and 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.
|