Package | Description |
---|---|
org.apache.subversion.javahl | |
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.
|
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Field and Description |
---|---|
private Lock |
ClientNotifyInformation.lock
Any lock for the item.
|
Modifier and Type | Method and Description |
---|---|
Lock |
ClientNotifyInformation.getLock() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Lock> |
ISVNRepos.lslocks(java.io.File path,
Depth depth)
list all locks in the repository
|
java.util.Set<Lock> |
SVNRepos.lslocks(java.io.File path,
Depth depth) |
Constructor and Description |
---|
ClientNotifyInformation(java.lang.String path,
ClientNotifyInformation.Action action,
NodeKind kind,
java.lang.String mimeType,
Lock lock,
java.lang.String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
java.lang.String changelistName,
RevisionRange mergeRange,
java.lang.String pathPrefix,
java.lang.String propName,
java.util.Map<java.lang.String,java.lang.String> revProps,
long oldRevision,
long hunkOriginalStart,
long hunkOriginalLength,
long hunkModifiedStart,
long hunkModifiedLength,
long hunkMatchedLine,
int hunkFuzz)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCallback.doEntry(DirEntry dirent,
Lock lock)
This method will be called for each directory entry.
|
Modifier and Type | Field and Description |
---|---|
private Lock |
Status.localLock
the current lock
|
private Lock |
Info.lock
the information about any lock (may be null)
|
private Lock |
Status.reposLock
the lock in the repository
|
Modifier and Type | Method and Description |
---|---|
Lock |
Status.getLocalLock()
Returns the local lock
|
Lock |
Info.getLock()
return the information about any lock (may be null)
|
Lock |
Status.getReposLock()
Returns the lock as in the repository
|
Constructor and Description |
---|
Info(java.lang.String path,
java.lang.String wcroot,
java.lang.String url,
long rev,
NodeKind kind,
java.lang.String reposRootUrl,
java.lang.String reposUUID,
long lastChangedRev,
long lastChangedDate,
java.lang.String lastChangedAuthor,
Lock lock,
boolean hasWcInfo,
Info.ScheduleKind schedule,
java.lang.String copyFromUrl,
long copyFromRev,
long textTime,
Checksum checksum,
java.lang.String changelistName,
long workingSize,
long reposSize,
Depth depth,
java.util.Set<ConflictDescriptor> conflict)
constructor to build the object by native code.
|
Status(java.lang.String path,
java.lang.String url,
NodeKind nodeKind,
long revision,
long lastChangedRevision,
long lastChangedDate,
java.lang.String lastCommitAuthor,
Status.Kind textStatus,
Status.Kind propStatus,
Status.Kind repositoryTextStatus,
Status.Kind repositoryPropStatus,
boolean locked,
boolean copied,
boolean isConflicted,
boolean switched,
boolean fileExternal,
Lock localLock,
Lock reposLock,
long reposLastCmtRevision,
long reposLastCmtDate,
NodeKind reposKind,
java.lang.String reposLastCmtAuthor,
java.lang.String changelist,
java.lang.String movedFromAbspath,
java.lang.String movedToAbspath)
this constructor should only called from JNI code
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Status.populateLocalLock(Lock aLock) |
Constructor and Description |
---|
Lock(Lock aLock) |
Modifier and Type | Method and Description |
---|---|
(package private) static Lock |
SVNClientImpl.getLock(SVNLock lock) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Lock> |
SVNReposImpl.lslocks(java.io.File path,
Depth depth) |