private class SVNWCDb.Delete extends java.lang.Object implements SVNSqlJetTransaction
Modifier and Type | Field and Description |
---|---|
SVNSkel |
conflict |
long |
deleteDepth |
boolean |
deleteDirExternals |
ISVNEventHandler |
eventHandler |
java.io.File |
localRelPath |
java.io.File |
movedToRelPath |
SVNWCDbRoot |
root |
SVNSkel |
workItems |
Modifier | Constructor and Description |
---|---|
private |
Delete() |
Modifier and Type | Method and Description |
---|---|
void |
transaction(SVNSqlJetDb db) |
public SVNWCDbRoot root
public java.io.File localRelPath
public long deleteDepth
public ISVNEventHandler eventHandler
public java.io.File movedToRelPath
public boolean deleteDirExternals
public SVNSkel workItems
public SVNSkel conflict
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction
in interface SVNSqlJetTransaction
org.tmatesoft.sqljet.core.SqlJetException
SVNException