Class SVNWCDb.Delete
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.Delete
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.Delete extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description SVNSkelconflictlongdeleteDepthbooleandeleteDirExternalsISVNEventHandlereventHandlerjava.io.FilelocalRelPathjava.io.FilemovedToRelPathSVNWCDbRootrootSVNSkelworkItems
-
Constructor Summary
Constructors Modifier Constructor Description privateDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
root
public SVNWCDbRoot root
-
localRelPath
public java.io.File localRelPath
-
deleteDepth
public long deleteDepth
-
eventHandler
public ISVNEventHandler eventHandler
-
movedToRelPath
public java.io.File movedToRelPath
-
deleteDirExternals
public boolean deleteDirExternals
-
workItems
public SVNSkel workItems
-
conflict
public SVNSkel conflict
-
-
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
-
-