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
SVNException
public SVNWCDb getDb()
public File getAbsPath()
public SVNSqlJetDb getSDb()
public long getWcId()
public int getFormat()
public List<SVNWCDbRoot.WCLock> getOwnedLocks()
public void close() throws SVNException
SVNException
public void ensureNoUnfinishedTransactions() throws SVNException
SVNException
Copyright © 2022. All rights reserved.