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.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 Lock
JavaHLObjectFactory. 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 void
SVNAdminRemoveLocksCommand. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SVNAdminRemoveLocksCommand. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
-
Uses of SVNLock in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that return SVNLock Modifier and Type Method Description SVNLock
SVNDirEntry. 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 void
SVNDirEntry. 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 SVNLock
DAVConnection. doGetLock(java.lang.String path, DAVRepository repos)
SVNLock[]
DAVConnection. doGetLocks(java.lang.String path)
SVNLock
DAVConnection. doLock(java.lang.String repositoryPath, java.lang.String path, DAVRepository repos, java.lang.String comment, boolean force, long revision)
SVNLock
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 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 class
FSLock
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNLock Modifier and Type Method Description SVNLock
FSFS. fetchLockFromDigestFile(java.io.File digestFile, java.lang.String repositoryPath, java.util.Collection children)
SVNLock
FSFS. getLock(java.lang.String repositoryPath, boolean haveWriteLock, boolean throwError)
SVNLock
FSRepository. getLock(java.lang.String path)
SVNLock
FSFS. getLockHelper(java.lang.String repositoryPath, boolean haveWriteLock)
SVNLock[]
FSRepository. getLocks(java.lang.String path)
SVNLock
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 SVNLock Modifier and Type Method Description void
FSFS. deleteLock(SVNLock lock)
-
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 SVNLock
SVNReader. getLock(java.util.Collection items)
SVNLock
SVNRepositoryImpl. 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 SVNLock
SVNStatusEditor. getLock(SVNURL url)
SVNLock
SVNStatusReporter. getLock(SVNURL url)
static SVNLock
SVNStatusUtil. 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 SVNEvent
SVNEventFactory. createLockEvent(java.io.File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error)
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 protected java.util.Map<java.lang.String,SVNLock>
SVNStatusEditor17. myRepositoryLocks
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNLock Modifier and Type Method Description static SvnStatus
SVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)
Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNLock Modifier and Type Method Description void
SVNStatusEditor17. 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 SVNLock
SvnRepositoryGetLockImpl. 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 SVNLock
SvnNgSetLock. run(SVNWCContext context)
protected SVNLock
SvnNgUnlock. run(SVNWCContext context)
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLock Modifier and Type Method Description void
SvnNgSetLock. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnNgSetLock. 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 SVNLock
SvnOldSetLock. run()
protected SVNLock
SvnOldUnlock. 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 SVNLock
SvnRemoteSetLock. run()
protected SVNLock
SvnRemoteUnlock. run()
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNLock Modifier and Type Method Description void
SvnRemoteSetLock. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnRemoteUnlock. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnRemoteSetLock. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
void
SvnRemoteUnlock. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
-
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 SVNLock
SVNRepository. 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 void
ISVNLockHandler. handleLock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
Handles the path locked.void
ISVNLockHandler. handleUnlock(java.lang.String path, SVNLock lock, SVNErrorMessage error)
Handles the path unlocked. -
Uses of SVNLock in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNLock Modifier and Type Method Description SVNLock
SVNStatus. getLocalLock()
Gets the file item's local lock.SVNLock
SVNEvent. getLock()
Gets the file item's lock information (if any) represented by an SVNLock object.SVNLock
SVNInfo. getLock()
Gets the file item's lock.SVNLock
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 SVNLock Modifier and Type Method Description static SVNInfo
SVNInfo. createInfo(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock)
void
SVNStatus. setLocalLock(SVNLock localLock)
void
SVNStatus. setRemoteLock(SVNLock remoteLock)
void
SVNStatus. 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.void
SVNStatus. 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
Methods in org.tmatesoft.svn.core.wc.admin that return SVNLock Modifier and Type Method Description SVNLock
SVNLookClient. doGetLock(java.io.File repositoryRoot, java.lang.String path)
Retrieves lock information for the specified path.SVNLock
SVNAdminEvent. 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
Methods in org.tmatesoft.svn.core.wc2 that return SVNLock Modifier and Type Method Description SVNLock
SvnInfo. getLock()
Gets the file item's lock.SVNLock
SvnStatus. getLock()
Gets the file item's local lock.SVNLock
SvnStatus. 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 void
SvnInfo. setLock(SVNLock lock)
Sets the file item's lock.void
SvnStatus. setLock(SVNLock lock)
Sets the file item's local lock.void
SvnStatus. setRepositoryLock(SVNLock repositoryLock)
Sets the file item's repository lock.
-