Class SVNWCDb.MakeCopy
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.MakeCopy
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.MakeCopy extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SVNSkel
conflicts
(package private) java.io.File
localAbspath
(package private) java.io.File
localRelpath
(package private) long
opDepth
(package private) SVNWCDbDir
pdh
(package private) SVNSkel
workItems
-
Constructor Summary
Constructors Modifier Constructor Description private
MakeCopy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
localAbspath
java.io.File localAbspath
-
pdh
SVNWCDbDir pdh
-
localRelpath
java.io.File localRelpath
-
opDepth
long opDepth
-
conflicts
SVNSkel conflicts
-
workItems
SVNSkel workItems
-
-
Method Detail
-
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
-
-