Uses of Class
org.apache.subversion.javahl.types.Lock
-
Packages that use Lock Package Description org.apache.subversion.javahl org.apache.subversion.javahl.callback org.apache.subversion.javahl.types org.tmatesoft.svn.core.javahl17 -
-
Uses of Lock in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl that return Lock Modifier and Type Method Description Lock
ClientNotifyInformation. getLock()
Methods in org.apache.subversion.javahl that return types with arguments of type Lock Modifier and Type Method Description java.util.Set<Lock>
ISVNRepos. lslocks(java.io.File path, Depth depth)
list all locks in the repositoryjava.util.Set<Lock>
SVNRepos. lslocks(java.io.File path, Depth depth)
Constructors in org.apache.subversion.javahl with parameters of type Lock Constructor 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. -
Uses of Lock in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type Lock Modifier and Type Method Description void
ListCallback. doEntry(DirEntry dirent, Lock lock)
This method will be called for each directory entry. -
Uses of Lock in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return Lock Modifier and Type Method Description Lock
Status. getLocalLock()
Returns the local lockLock
Info. getLock()
return the information about any lock (may be null)Lock
Status. getReposLock()
Returns the lock as in the repositoryConstructors in org.apache.subversion.javahl.types with parameters of type Lock Constructor 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 -
Uses of Lock in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type Lock Modifier and Type Method Description java.util.Set<Lock>
SVNReposImpl. lslocks(java.io.File path, Depth depth)
-