Package | Description |
---|---|
org.apache.subversion.javahl.callback | |
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 |
---|---|
ConflictResult |
ConflictResolverCallback.resolve(ConflictDescriptor descrip)
The callback method invoked for each conflict during a
merge/update/switch operation.
|
Modifier and Type | Method and Description |
---|---|
Set<ConflictDescriptor> |
Info.getConflicts() |
Constructor and Description |
---|
Info(String path,
String wcroot,
String url,
long rev,
NodeKind kind,
String reposRootUrl,
String reposUUID,
long lastChangedRev,
long lastChangedDate,
String lastChangedAuthor,
Lock lock,
boolean hasWcInfo,
Info.ScheduleKind schedule,
String copyFromUrl,
long copyFromRev,
long textTime,
Checksum checksum,
String changelistName,
long workingSize,
long reposSize,
Depth depth,
Set<ConflictDescriptor> conflict)
constructor to build the object by native code.
|
Constructor and Description |
---|
ConflictDescriptor(ConflictDescriptor aDesc) |
Copyright © 2024. All rights reserved.