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.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 -
-
Uses of Lock in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as Lock Modifier and Type Field Description private LockClientNotifyInformation. lockAny lock for the item.Methods in org.apache.subversion.javahl that return Lock Modifier and Type Method Description LockClientNotifyInformation. 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 voidListCallback. doEntry(DirEntry dirent, Lock lock)This method will be called for each directory entry. -
Uses of Lock in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Lock Modifier and Type Field Description private LockStatus. localLockthe current lockprivate LockInfo. lockthe information about any lock (may be null)private LockStatus. reposLockthe lock in the repositoryMethods in org.apache.subversion.javahl.types that return Lock Modifier and Type Method Description LockStatus. getLocalLock()Returns the local lockLockInfo. getLock()return the information about any lock (may be null)LockStatus. 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.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type Lock Modifier and Type Method Description (package private) voidStatus. populateLocalLock(Lock aLock)Constructors in org.tigris.subversion.javahl with parameters of type Lock Constructor Description Lock(Lock aLock) -
Uses of Lock in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Lock Modifier and Type Method Description (package private) static LockSVNClientImpl. getLock(SVNLock lock)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)
-