Package | Description |
---|---|
org.apache.subversion.javahl | |
org.apache.subversion.javahl.types | |
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
Modifier and Type | Method and Description |
---|---|
ConflictVersion |
ConflictDescriptor.getSrcLeftVersion() |
ConflictVersion |
ConflictDescriptor.getSrcRightVersion() |
Constructor and Description |
---|
ConflictDescriptor(String path,
ConflictDescriptor.Kind conflictKind,
NodeKind nodeKind,
String propertyName,
boolean isBinary,
String mimeType,
ConflictDescriptor.Action action,
ConflictDescriptor.Reason reason,
ConflictDescriptor.Operation operation,
String basePath,
String theirPath,
String myPath,
String mergedPath,
ConflictVersion srcLeft,
ConflictVersion srcRight)
This constructor should only be called from JNI code.
|
Modifier and Type | Method and Description |
---|---|
static ConflictVersion |
JavaHLTypesObjectFactory.createConflictVersion(String reposURL,
String reposUUID,
long pegRevision,
String pathInRepos,
NodeKind nodeKind) |
Constructor and Description |
---|
ConflictVersion(ConflictVersion aVer)
A backward-compat constructor.
|
Copyright © 2024. All rights reserved.