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 | Method and Description |
---|---|
static ConflictDescriptor |
JavaHLObjectFactory.createConflictDescription(SVNConflictDescription conflictDescription) |
ConflictDescriptor |
Status.getConflictDescriptor() |
ConflictDescriptor |
Info2.getConflictDescriptor() |
Modifier and Type | Method and Description |
---|---|
ConflictResult |
ConflictResolverCallback.resolve(ConflictDescriptor descrip)
The callback method invoked for each conflict during a
merge/update/switch operation.
|
Constructor and Description |
---|
Status(String path,
String url,
int nodeKind,
long revision,
long lastChangedRevision,
long lastChangedDate,
String lastCommitAuthor,
int textStatus,
int propStatus,
int repositoryTextStatus,
int repositoryPropStatus,
boolean locked,
boolean copied,
boolean treeConflicted,
ConflictDescriptor conflictDescriptor,
String conflictOld,
String conflictNew,
String conflictWorking,
String urlCopiedFrom,
long revisionCopiedFrom,
boolean switched,
boolean fileExternal,
String lockToken,
String lockOwner,
String lockComment,
long lockCreationDate,
Lock reposLock,
long reposLastCmtRevision,
long reposLastCmtDate,
int reposKind,
String reposLastCmtAuthor,
String changelist)
this constructor should only called from JNI code
|
Copyright © 2018. All rights reserved.