Class SVNWCDb.ResolveDeleteRaiseMovedAway
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.ResolveDeleteRaiseMovedAway
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.ResolveDeleteRaiseMovedAway extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description SVNConflictAction
action
java.io.File
localRelPath
SVNConflictVersion
newVersion
SVNConflictVersion
oldVersion
SVNOperation
operation
SVNWCDbDir
pdh
-
Constructor Summary
Constructors Modifier Constructor Description private
ResolveDeleteRaiseMovedAway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
pdh
public SVNWCDbDir pdh
-
localRelPath
public java.io.File localRelPath
-
operation
public SVNOperation operation
-
action
public SVNConflictAction action
-
oldVersion
public SVNConflictVersion oldVersion
-
newVersion
public SVNConflictVersion newVersion
-
-
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
-
-