Uses of Class
org.apache.subversion.javahl.types.Lock
Packages that use Lock
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of Lock in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as LockModifier and TypeFieldDescriptionprivate Lock
ClientNotifyInformation.lock
Any lock for the item.Methods in org.apache.subversion.javahl that return LockMethods in org.apache.subversion.javahl that return types with arguments of type LockModifier and TypeMethodDescriptionlist all locks in the repositoryConstructors in org.apache.subversion.javahl with parameters of type LockModifierConstructorDescriptionClientNotifyInformation
(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. -
Uses of Lock in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type Lock -
Uses of Lock in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as LockModifier and TypeFieldDescriptionprivate Lock
Status.localLock
the current lockprivate Lock
Info.lock
the information about any lock (may be null)private Lock
Status.reposLock
the lock in the repositoryMethods in org.apache.subversion.javahl.types that return LockModifier and TypeMethodDescriptionStatus.getLocalLock()
Returns the local lockInfo.getLock()
return the information about any lock (may be null)Status.getReposLock()
Returns the lock as in the repositoryConstructors in org.apache.subversion.javahl.types with parameters of type LockModifierConstructorDescriptionInfo
(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 -
Uses of Lock in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type LockConstructors in org.tigris.subversion.javahl with parameters of type Lock -
Uses of Lock in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return LockMethods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type Lock