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 Lock |
NotifyInformation.lock
Any lock for the item.
|
private Lock |
Info2.lock
the information about any lock (may be null)
|
private Lock |
Status.reposLock |
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(java.lang.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 |
---|
Info2(java.lang.String path,
java.lang.String url,
long rev,
int kind,
java.lang.String reposRootUrl,
java.lang.String reposUUID,
long lastChangedRev,
long lastChangedDate,
java.lang.String lastChangedAuthor,
Lock lock,
boolean hasWcInfo,
int schedule,
java.lang.String copyFromUrl,
long copyFromRev,
long textTime,
long propTime,
java.lang.String checksum,
java.lang.String conflictOld,
java.lang.String conflictNew,
java.lang.String conflictWrk,
java.lang.String prejfile,
java.lang.String changelistName,
long workingSize,
long reposSize,
int depth,
ConflictDescriptor treeConflict)
constructor to build the object by native code.
|
NotifyInformation(java.lang.String path,
int action,
int kind,
java.lang.String mimeType,
Lock lock,
java.lang.String errMsg,
int contentState,
int propState,
int lockState,
long revision,
java.lang.String changelistName,
RevisionRange mergeRange,
java.lang.String pathPrefix)
This constructor is to be used by the native code.
|
Status(java.lang.String path,
java.lang.String url,
int nodeKind,
long revision,
long lastChangedRevision,
long lastChangedDate,
java.lang.String lastCommitAuthor,
int textStatus,
int propStatus,
int repositoryTextStatus,
int repositoryPropStatus,
boolean locked,
boolean copied,
boolean treeConflicted,
ConflictDescriptor conflictDescriptor,
java.lang.String conflictOld,
java.lang.String conflictNew,
java.lang.String conflictWorking,
java.lang.String urlCopiedFrom,
long revisionCopiedFrom,
boolean switched,
boolean fileExternal,
java.lang.String lockToken,
java.lang.String lockOwner,
java.lang.String lockComment,
long lockCreationDate,
Lock reposLock,
long reposLastCmtRevision,
long reposLastCmtDate,
int reposKind,
java.lang.String reposLastCmtAuthor,
java.lang.String changelist)
this constructor should only called from JNI code
|