Class SvnWcDbPristines.PristineTransfer
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbPristines.PristineTransfer
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SvnWcDbPristines
private static class SvnWcDbPristines.PristineTransfer extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description SVNWCDbRootdstWcRootjava.io.FilesrcRelPathSVNWCDbRootsrcWcRoot
-
Constructor Summary
Constructors Modifier Constructor Description privatePristineTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
srcWcRoot
public SVNWCDbRoot srcWcRoot
-
dstWcRoot
public SVNWCDbRoot dstWcRoot
-
srcRelPath
public java.io.File srcRelPath
-
-
Method Detail
-
transaction
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
- Specified by:
transactionin interfaceSVNSqlJetTransaction- Throws:
org.tmatesoft.sqljet.core.SqlJetExceptionSVNException
-
-