Package | Description |
---|---|
org.tmatesoft.svn.cli.svnadmin | |
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.svn | |
org.tmatesoft.svn.core.internal.wc2.ng | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNAdminRemoveLocksCommand |
Modifier and Type | Method and Description |
---|---|
void |
DAVRepository.lock(Map pathsToRevisions,
String comment,
boolean force,
ISVNLockHandler handler) |
void |
DAVRepository.unlock(Map pathToTokens,
boolean force,
ISVNLockHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
FSRepository.lock(Map pathsToRevisions,
String comment,
boolean force,
boolean isDAVComment,
ISVNLockHandler handler) |
void |
FSRepository.lock(Map pathsToRevisions,
String comment,
boolean force,
ISVNLockHandler handler) |
void |
FSRepository.unlock(Map pathToTokens,
boolean force,
ISVNLockHandler handler) |
void |
FSFS.walkDigestFiles(File digestFile,
ISVNLockHandler getLocksHandler,
boolean haveWriteLock) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepositoryImpl.lock(Map pathsToRevisions,
String comment,
boolean force,
ISVNLockHandler handler) |
void |
SVNRepositoryImpl.unlock(Map pathToTokens,
boolean force,
ISVNLockHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnNgSetLock |
Modifier and Type | Class and Description |
---|---|
class |
SvnRemoteSetLock |
class |
SvnRemoteUnlock |
Modifier and Type | Method and Description |
---|---|
abstract void |
SVNRepository.lock(Map pathsToRevisions,
String comment,
boolean force,
ISVNLockHandler handler)
Locks path(s) at definite revision(s).
|
abstract void |
SVNRepository.unlock(Map pathToTokens,
boolean force,
ISVNLockHandler handler)
Removes lock(s) from the file(s).
|
Copyright © 2022. All rights reserved.