Package | Description |
---|---|
org.apache.subversion.javahl | |
org.apache.subversion.javahl.callback | |
org.apache.subversion.javahl.types | |
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Method and Description |
---|---|
Lock |
ClientNotifyInformation.getLock() |
Modifier and Type | Method and Description |
---|---|
Set<Lock> |
ISVNRepos.lslocks(File path,
Depth depth)
list all locks in the repository
|
Set<Lock> |
SVNRepos.lslocks(File path,
Depth depth) |
Constructor and Description |
---|
ClientNotifyInformation(String path,
ClientNotifyInformation.Action action,
NodeKind kind,
String mimeType,
Lock lock,
String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
String changelistName,
RevisionRange mergeRange,
String pathPrefix,
String propName,
Map<String,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 | 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(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.
|
Status(String path,
String url,
NodeKind nodeKind,
long revision,
long lastChangedRevision,
long lastChangedDate,
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,
String reposLastCmtAuthor,
String changelist,
String movedFromAbspath,
String movedToAbspath)
this constructor should only called from JNI code
|
Modifier and Type | Method and Description |
---|---|
Set<Lock> |
SVNReposImpl.lslocks(File path,
Depth depth) |
Copyright © 2024. All rights reserved.