Uses of Class
org.tmatesoft.svn.core.SVNLock
-
Packages that use SVNLock Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2 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 Modifier and Type Method Description static LockJavaHLObjectFactory. createLock(SVNLock svnLock) -
Uses of SVNLock in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin with parameters of type SVNLock Modifier and Type Method Description voidSVNAdminRemoveLocksCommand. 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 SVNLock Modifier and Type Field Description private SVNLockSVNDirEntry. myLockMethods in org.tmatesoft.svn.core that return SVNLock Modifier and Type Method Description SVNLockSVNDirEntry. getLock()Gets the lock object for this entry (if it's locked).Methods in org.tmatesoft.svn.core with parameters of type SVNLock Modifier and Type Method Description voidSVNDirEntry. setLock(SVNLock lock)Sets the lock object for this entry (if it's locked). -
Uses of SVNLock in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNLock Modifier and Type Method Description SVNLockDAVConnection. doGetLock(java.lang.String path, DAVRepository repos)SVNLock[]DAVConnection. doGetLocks(java.lang.String path)SVNLockDAVConnection. doLock(java.lang.String repositoryPath, java.lang.String path, DAVRepository repos, java.lang.String comment, boolean force, long revision)SVNLockDAVRepository. 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 Modifier and Type Method Description SVNLock[]DAVGetLocksHandler. getLocks() -
Uses of SVNLock in org.tmatesoft.svn.core.internal.io.fs
Subclasses of SVNLock in org.tmatesoft.svn.core.internal.io.fs Modifier and Type Class Description classFSLockMethods in org.tmatesoft.svn.core.internal.io.fs that return SVNLock Modifier and Type Method Description SVNLockFSFS. fetchLockFromDigestFile(java.io.File digestFile, java.lang.String repositoryPath, java.util.Collection children)SVNLockFSFS. getLock(java.lang.String repositoryPath, boolean haveWriteLock, boolean throwError)SVNLockFSRepository. getLock(java.lang.String path)SVNLockFSFS. 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)SVNLockFSFS. 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 SVNLock Modifier and Type Method Description voidFSFS. deleteLock(SVNLock lock)private voidFSCommitter. scheduleForAutoUnlock(java.lang.String username, java.lang.String path, SVNLock lock)private voidFSFS. setLock(SVNLock lock, boolean isDAVComment)private 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 Modifier and Type Method Description static SVNLockSVNReader. getLock(java.util.Collection items)SVNLockSVNRepositoryImpl. getLock(java.lang.String path)SVNLock[]SVNRepositoryImpl. getLocks(java.lang.String path) -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNLock Modifier and Type Method Description protected SVNLockSVNStatusEditor. getLock(SVNURL url)SVNLockSVNStatusReporter. getLock(SVNURL url)static SVNLockSVNStatusUtil. getLock(java.util.Map repositoryLocks, SVNURL url, SVNURL reposRoot)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLock Modifier and Type Method Description static 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 SVNLock Constructor Description SVNEventExt(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 SVNLock Modifier and Type Field Description private 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 SVNLock Modifier and Type Method Description static 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 SVNLock Modifier and Type Method Description voidSVNStatusEditor17. 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 Modifier and Type Method Description protected SVNLockSvnRepositoryGetLockImpl. run() -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNLock Modifier and Type Method Description protected SVNLockSvnNgSetLock. run(SVNWCContext context)protected SVNLockSvnNgUnlock. run(SVNWCContext context)Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLock Modifier and Type Method Description voidSvnNgSetLock. 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 Modifier and Type Method Description protected SVNLockSvnOldSetLock. run()protected SVNLockSvnOldUnlock. run() -
Uses of SVNLock in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNLock Modifier and Type Method Description protected SVNLockSvnRemoteSetLock. run()protected SVNLockSvnRemoteUnlock. run()Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNLock Modifier and Type Method Description private 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 SVNLock Modifier and Type Method Description private 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 SVNLock Modifier and Type Method Description abstract 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 SVNLock Modifier and Type Method Description voidISVNLockHandler. 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 Modifier and Type Method Description (package private) static LockSVNClientImpl. getLock(SVNLock lock) -
Uses of SVNLock in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNLock Modifier and Type Field Description private SVNLockSVNStatus. myLocalLockprivate SVNLockSVNEvent. myLockprivate SVNLockSVNInfo. myLockprivate SVNLockSVNStatus. myRemoteLockMethods in org.tmatesoft.svn.core.wc that return SVNLock Modifier and Type Method Description SVNLockSVNStatus. getLocalLock()Gets the file item's local lock.SVNLockSVNEvent. getLock()Gets the file item's lock information (if any) represented by an SVNLock object.SVNLockSVNInfo. getLock()Gets the file item's lock.SVNLockSVNStatus. 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 SVNLock Modifier and Type Method Description static 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 SVNLock Constructor Description SVNEvent(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 SVNLock Modifier and Type Field Description private SVNLockSVNAdminEvent. myLockMethods in org.tmatesoft.svn.core.wc.admin that return SVNLock Modifier and Type Method Description SVNLockSVNLookClient. doGetLock(java.io.File repositoryRoot, java.lang.String path)Retrieves lock information for the specified path.SVNLockSVNAdminEvent. getLock()Returns the lock information.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNLock Constructor Description SVNAdminEvent(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 SVNLock Modifier and Type Field Description private SVNLockSvnInfo. lockprivate SVNLockSvnStatus. lockprivate SVNLockSvnStatus. repositoryLockMethods in org.tmatesoft.svn.core.wc2 that return SVNLock Modifier and Type Method Description SVNLockSvnInfo. getLock()Gets the file item's lock.SVNLockSvnStatus. getLock()Gets the file item's local lock.SVNLockSvnStatus. getRepositoryLock()Gets the file item's repository lock.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNLock Modifier and Type Method Description voidSvnInfo. setLock(SVNLock lock)Sets the file item's lock.voidSvnStatus. setLock(SVNLock lock)Sets the file item's local lock.voidSvnStatus. setRepositoryLock(SVNLock repositoryLock)Sets the file item's repository lock.
-