Class SVNWCDb.Delete
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.Delete
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
boolean
java.io.File
java.io.File
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
root
-
localRelPath
public java.io.File localRelPath -
deleteDepth
public long deleteDepth -
eventHandler
-
movedToRelPath
public java.io.File movedToRelPath -
deleteDirExternals
public boolean deleteDirExternals -
workItems
-
conflict
-
-
Constructor Details
-
Delete
private Delete()
-
-
Method Details
-
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
-