public class SVNWCDbRoot
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SVNWCDbRoot.WCLock |
Constructor and Description |
---|
SVNWCDbRoot(SVNWCDb db,
java.io.File absPath,
SVNSqlJetDb sDb,
long wcId,
int format,
boolean autoUpgrade,
boolean failOnVersionsMismatch,
boolean enforceEmptyWQ) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.io.File |
computeRelPath(java.io.File localAbsPath) |
void |
ensureNoUnfinishedTransactions() |
java.io.File |
getAbsPath() |
java.io.File |
getAbsPath(java.io.File localRelPath) |
SVNWCDb |
getDb() |
int |
getFormat() |
java.util.List<SVNWCDbRoot.WCLock> |
getOwnedLocks() |
SVNSqlJetDb |
getSDb() |
long |
getWcId() |
public SVNWCDbRoot(SVNWCDb db, java.io.File absPath, SVNSqlJetDb sDb, long wcId, int format, boolean autoUpgrade, boolean failOnVersionsMismatch, boolean enforceEmptyWQ) throws SVNException
SVNException
public SVNWCDb getDb()
public java.io.File getAbsPath()
public SVNSqlJetDb getSDb()
public long getWcId()
public int getFormat()
public java.util.List<SVNWCDbRoot.WCLock> getOwnedLocks()
public void close() throws SVNException
SVNException
public java.io.File getAbsPath(java.io.File localRelPath)
public void ensureNoUnfinishedTransactions() throws SVNException
SVNException
public java.io.File computeRelPath(java.io.File localAbsPath)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.