Class SVNWCDb.SetTreeConflict
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.SetTreeConflict
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.SetTreeConflict extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description java.io.FilelocalRelpathjava.io.FileparentRelpathSVNTreeConflictDescriptiontreeConflictlongwcId
-
Constructor Summary
Constructors Modifier Constructor Description privateSetTreeConflict()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
localRelpath
public java.io.File localRelpath
-
wcId
public long wcId
-
parentRelpath
public java.io.File parentRelpath
-
treeConflict
public SVNTreeConflictDescription treeConflict
-
-
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
-
-