Class SVNWCDb.CheckReplace
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.CheckReplace
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
java.io.File
boolean
boolean
long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
wcId
public long wcId -
localRelpath
public java.io.File localRelpath -
replaceRoot
public boolean replaceRoot -
baseReplace
public boolean baseReplace -
replace
public boolean replace
-
-
Constructor Details
-
CheckReplace
public CheckReplace(long wcId, java.io.File localRelpath)
-
-
Method Details
-
transaction
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException - Specified by:
transaction
in interfaceSVNSqlJetTransaction
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
SVNException
-