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 Lock |
JavaHLObjectFactory.createLock(SVNLock svnLock) |
Lock |
NotifyInformation.getLock() |
Lock |
Info2.getLock()
return the information about any lock (may be null)
|
Lock |
Status.getReposLock()
Returns the lock as in the repository
|
Lock[] |
SVNAdmin.lslocks(String path)
list all locks in the repository
|
Modifier and Type | Method and Description |
---|---|
void |
ListCallback.doEntry(DirEntry dirent,
Lock lock)
This method will be called for each directory entry.
|
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 © 2019. All rights reserved.