Uses of Class
org.tmatesoft.svn.core.SVNLock
Packages that use SVNLock
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SVNLock in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNLock -
Uses of SVNLock in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin with parameters of type SVNLockModifier and TypeMethodDescriptionvoidSVNAdminRemoveLocksCommand.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSVNAdminRemoveLocksCommand.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) -
Uses of SVNLock in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNLockMethods in org.tmatesoft.svn.core that return SVNLockModifier and TypeMethodDescriptionSVNDirEntry.getLock()Gets the lock object for this entry (if it's locked).Methods in org.tmatesoft.svn.core with parameters of type SVNLock -
Uses of SVNLock in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNLockModifier and TypeMethodDescriptionDAVConnection.doGetLock(java.lang.String path, DAVRepository repos) SVNLock[]DAVConnection.doGetLocks(java.lang.String path) DAVConnection.doLock(java.lang.String repositoryPath, java.lang.String path, DAVRepository repos, java.lang.String comment, boolean force, long revision) DAVRepository.getLock(java.lang.String path) SVNLock[]DAVRepository.getLocks(java.lang.String path) -
Uses of SVNLock in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNLock -
Uses of SVNLock in org.tmatesoft.svn.core.internal.io.fs
Subclasses of SVNLock in org.tmatesoft.svn.core.internal.io.fsMethods in org.tmatesoft.svn.core.internal.io.fs that return SVNLockModifier and TypeMethodDescriptionFSFS.fetchLockFromDigestFile(java.io.File digestFile, java.lang.String repositoryPath, java.util.Collection children) FSFS.getLock(java.lang.String repositoryPath, boolean haveWriteLock, boolean throwError) FSRepository.getLock(java.lang.String path) FSFS.getLockHelper(java.lang.String repositoryPath, boolean haveWriteLock) SVNLock[]FSRepository.getLocks(java.lang.String path) private SVNLockFSFS.lock(java.lang.String path, java.lang.String token, java.lang.String username, java.lang.String comment, java.util.Date expirationDate, long currentRevision, boolean stealLock, boolean isDAVComment) FSFS.lockPath(java.lang.String path, java.lang.String token, java.lang.String username, java.lang.String comment, java.util.Date expirationDate, long currentRevision, boolean stealLock, boolean isDAVComment) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNLockModifier and TypeMethodDescriptionvoidFSFS.deleteLock(SVNLock lock) private voidFSCommitter.scheduleForAutoUnlock(java.lang.String username, java.lang.String path, SVNLock lock) private voidprivate voidFSCommitter.verifyLock(SVNLock lock, java.util.Collection<java.lang.String> lockTokens, java.lang.String username) private voidFSFS.writeDigestLockFile(SVNLock lock, java.util.Collection children, java.lang.String repositoryPath, boolean isDAVComment) -
Uses of SVNLock in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNLock -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNLockMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLockModifier and TypeMethodDescriptionstatic SVNEventSVNEventFactory.createLockEvent(java.io.File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) private voidSVNRemoteStatusEditor.tweakStatusHash(SVNRemoteStatusEditor.DirectoryInfo dirInfo, SVNRemoteStatusEditor.DirectoryInfo childDir, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock, SVNRevision revision) private voidSVNRemoteStatusEditor.tweakStatusHash(SVNRemoteStatusEditor.FileInfo fileInfo, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLockModifierConstructorDescriptionSVNEventExt(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, java.lang.String propertyName) -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SVNLockModifier and TypeFieldDescriptionprivate java.util.HashMap<java.lang.String,SVNLock> SVNStatusReporter17.locksprotected java.util.Map<java.lang.String,SVNLock> SVNStatusEditor17.myRepositoryLocksMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNLockModifier and TypeMethodDescriptionstatic SvnStatusSVNStatusEditor17.assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) private voidSVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.DirectoryInfo dirInfo, SVNRemoteStatusEditor17.DirectoryInfo childDir, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, SVNRevision deletedRev, SVNLock reposLock) private voidSVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.FileInfo fileInfo, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, long revnum, SVNLock reposLock) Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNLockModifier and TypeMethodDescriptionvoidSVNStatusEditor17.setRepositoryInfo(SVNURL repositoryRoot, java.util.HashMap<java.lang.String, SVNLock> repositoryLocks) -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNLock -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNLockModifier and TypeMethodDescriptionprotected SVNLockSvnNgSetLock.run(SVNWCContext context) protected SVNLockSvnNgUnlock.run(SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLockModifier and TypeMethodDescriptionvoidSvnNgSetLock.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnNgSetLock.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNLock -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNLockModifier and TypeMethodDescriptionprotected SVNLockSvnRemoteSetLock.run()protected SVNLockSvnRemoteUnlock.run()Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNLockModifier and TypeMethodDescriptionprivate SvnInfoSvnRemoteGetInfo.creatSvnInfoForEntry(SVNURL root, java.lang.String uuid, SVNDirEntry entry, SVNURL entryURL, long revision, SVNLock lock) voidSvnRemoteSetLock.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnRemoteUnlock.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnRemoteSetLock.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) voidSvnRemoteUnlock.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) Method parameters in org.tmatesoft.svn.core.internal.wc2.remote with type arguments of type SVNLockModifier and TypeMethodDescriptionprivate voidSvnRemoteGetInfo.pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String dir, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map<java.lang.String, SVNLock> locks, SVNDepth depth) -
Uses of SVNLock in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNLockModifier and TypeMethodDescriptionabstract SVNLockSVNRepository.getLock(java.lang.String path) Gets the lock for the file located at the specified path.abstract SVNLock[]SVNRepository.getLocks(java.lang.String path) Gets all locks on or below thepath, that is if the repository entry (located at thepath) is a directory then the method returns locks of all locked files (if any) in it.Methods in org.tmatesoft.svn.core.io with parameters of type SVNLockModifier and TypeMethodDescriptionvoidISVNLockHandler.handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error) Handles the path locked.voidISVNLockHandler.handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error) Handles the path unlocked. -
Uses of SVNLock in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNLock -
Uses of SVNLock in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNLockModifier and TypeFieldDescriptionprivate SVNLockSVNStatus.myLocalLockprivate SVNLockSVNEvent.myLockprivate SVNLockSVNInfo.myLockprivate SVNLockSVNStatus.myRemoteLockMethods in org.tmatesoft.svn.core.wc that return SVNLockModifier and TypeMethodDescriptionSVNStatus.getLocalLock()Gets the file item's local lock.SVNEvent.getLock()Gets the file item's lock information (if any) represented by an SVNLock object.SVNInfo.getLock()Gets the file item's lock.SVNStatus.getRemoteLock()Gets the file item's repository lock - applicable for a remote status invocation.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNLockModifier and TypeMethodDescriptionstatic SVNInfoSVNInfo.createInfo(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock) voidSVNStatus.setLocalLock(SVNLock localLock) voidSVNStatus.setRemoteLock(SVNLock remoteLock) voidSVNStatus.setRemoteStatus(SVNURL url, SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind, SVNRevision revision, java.util.Date date, java.lang.String author) Sets the item's remote status.voidSVNStatus.setRemoteStatus(SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind) Sets the item's remote status.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNLockModifierConstructorDescriptionSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName, SVNProperties revisionProperties, java.lang.String propertyName) Constructs an SVNEvent object.SVNInfo(java.io.File file, SVNURL url, SVNURL rootURL, long revision, SVNNodeKind kind, java.lang.String uuid, long committedRevision, java.lang.String committedDate, java.lang.String author, java.lang.String schedule, SVNURL copyFromURL, long copyFromRevision, java.lang.String textTime, java.lang.String propTime, java.lang.String checksum, java.lang.String conflictOld, java.lang.String conflictNew, java.lang.String conflictWorking, java.lang.String propRejectFile, SVNLock lock, SVNDepth depth, java.lang.String changelistName, long wcSize, SVNTreeConflictDescription treeConflict) SVNInfo(java.lang.String path, SVNURL url, SVNRevision revision, SVNNodeKind kind, java.lang.String uuid, SVNURL reposRootURL, long comittedRevision, java.util.Date date, java.lang.String author, SVNLock lock, SVNDepth depth, long size) SVNStatus(SVNURL url, java.io.File file, SVNNodeKind kind, SVNRevision revision, SVNRevision committedRevision, java.util.Date committedDate, java.lang.String author, SVNStatusType contentsStatus, SVNStatusType propertiesStatus, SVNStatusType remoteContentsStatus, SVNStatusType remotePropertiesStatus, boolean isLocked, boolean isCopied, boolean isSwitched, boolean isFileExternal, java.io.File conflictNewFile, java.io.File conflictOldFile, java.io.File conflictWrkFile, java.io.File projRejectFile, java.lang.String copyFromURL, SVNRevision copyFromRevision, SVNLock remoteLock, SVNLock localLock, java.util.Map entryProperties, java.lang.String changelistName, int wcFormatVersion, SVNTreeConflictDescription treeConflict) Constructs an SVNStatus object filling it with status information details. -
Uses of SVNLock in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNLockMethods in org.tmatesoft.svn.core.wc.admin that return SVNLockModifier and TypeMethodDescriptionSVNLookClient.doGetLock(java.io.File repositoryRoot, java.lang.String path) Retrieves lock information for the specified path.SVNAdminEvent.getLock()Returns the lock information.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNLockModifierConstructorDescriptionSVNAdminEvent(SVNAdminEventAction action, SVNLock lock, SVNErrorMessage error, java.lang.String message) Creates a new event. -
Uses of SVNLock in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNLockModifier and TypeFieldDescriptionprivate SVNLockSvnInfo.lockprivate SVNLockSvnStatus.lockprivate SVNLockSvnStatus.repositoryLockMethods in org.tmatesoft.svn.core.wc2 that return SVNLockModifier and TypeMethodDescriptionSvnInfo.getLock()Gets the file item's lock.SvnStatus.getLock()Gets the file item's local lock.SvnStatus.getRepositoryLock()Gets the file item's repository lock.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNLock