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