Class SVNWCDb.BreakMove
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.BreakMove
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private static class SVNWCDb.BreakMove extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description long
dstOpDepth
java.io.File
dstRelPath
long
srcOpDepth
java.io.File
srcRelPath
SVNWCDbRoot
wcRoot
-
Constructor Summary
Constructors Modifier Constructor Description private
BreakMove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
wcRoot
public SVNWCDbRoot wcRoot
-
srcRelPath
public java.io.File srcRelPath
-
srcOpDepth
public long srcOpDepth
-
dstRelPath
public java.io.File dstRelPath
-
dstOpDepth
public long dstOpDepth
-
-
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
-
-