Uses of Class
org.tigris.subversion.javahl.Lock
-
Packages that use Lock Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion. -
-
Uses of Lock in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl declared as Lock Modifier and Type Field Description private Lock
Info2. lock
the information about any lock (may be null)private Lock
NotifyInformation. lock
Any lock for the item.private Lock
Status. reposLock
Methods in org.tigris.subversion.javahl that return Lock Modifier and Type Method Description static Lock
JavaHLObjectFactory. createLock(SVNLock svnLock)
Lock
Info2. getLock()
return the information about any lock (may be null)Lock
NotifyInformation. getLock()
Lock
Status. getReposLock()
Returns the lock as in the repositoryLock[]
SVNAdmin. lslocks(java.lang.String path)
list all locks in the repositoryMethods in org.tigris.subversion.javahl 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.Constructors in org.tigris.subversion.javahl with parameters of type Lock Constructor Description Info2(java.lang.String path, java.lang.String url, long rev, int kind, java.lang.String reposRootUrl, java.lang.String reposUUID, long lastChangedRev, long lastChangedDate, java.lang.String lastChangedAuthor, Lock lock, boolean hasWcInfo, int schedule, java.lang.String copyFromUrl, long copyFromRev, long textTime, long propTime, java.lang.String checksum, java.lang.String conflictOld, java.lang.String conflictNew, java.lang.String conflictWrk, java.lang.String prejfile, java.lang.String changelistName, long workingSize, long reposSize, int depth, ConflictDescriptor treeConflict)
constructor to build the object by native code.NotifyInformation(java.lang.String path, int action, int kind, java.lang.String mimeType, Lock lock, java.lang.String errMsg, int contentState, int propState, int lockState, long revision, java.lang.String changelistName, RevisionRange mergeRange, java.lang.String pathPrefix)
This constructor is to be used by the native code.Status(java.lang.String path, java.lang.String url, int nodeKind, long revision, long lastChangedRevision, long lastChangedDate, java.lang.String lastCommitAuthor, int textStatus, int propStatus, int repositoryTextStatus, int repositoryPropStatus, boolean locked, boolean copied, boolean treeConflicted, ConflictDescriptor conflictDescriptor, java.lang.String conflictOld, java.lang.String conflictNew, java.lang.String conflictWorking, java.lang.String urlCopiedFrom, long revisionCopiedFrom, boolean switched, boolean fileExternal, java.lang.String lockToken, java.lang.String lockOwner, java.lang.String lockComment, long lockCreationDate, Lock reposLock, long reposLastCmtRevision, long reposLastCmtDate, int reposKind, java.lang.String reposLastCmtAuthor, java.lang.String changelist)
this constructor should only called from JNI code
-