public class SVNWCDbRoot extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SVNWCDbRoot.WCLock |
| Constructor and Description |
|---|
SVNWCDbRoot(SVNWCDb db,
File absPath,
SVNSqlJetDb sDb,
long wcId,
int format,
boolean autoUpgrade,
boolean failOnVersionsMismatch,
boolean enforceEmptyWQ) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
computeRelPath(File localAbsPath) |
void |
ensureNoUnfinishedTransactions() |
File |
getAbsPath() |
File |
getAbsPath(File localRelPath) |
SVNWCDb |
getDb() |
int |
getFormat() |
List<SVNWCDbRoot.WCLock> |
getOwnedLocks() |
SVNSqlJetDb |
getSDb() |
long |
getWcId() |
public SVNWCDbRoot(SVNWCDb db, File absPath, SVNSqlJetDb sDb, long wcId, int format, boolean autoUpgrade, boolean failOnVersionsMismatch, boolean enforceEmptyWQ) throws SVNException
SVNExceptionpublic SVNWCDb getDb()
public File getAbsPath()
public SVNSqlJetDb getSDb()
public long getWcId()
public int getFormat()
public List<SVNWCDbRoot.WCLock> getOwnedLocks()
public void close()
throws SVNException
SVNExceptionpublic void ensureNoUnfinishedTransactions()
throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.