Class SVNWCDb.IsSwitched
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.IsSwitched
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.IsSwitched extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isSwitched
private ISVNWCDb.SVNWCDbKind
kind
private java.io.File
localRelPath
private SVNWCDbRoot
wcRoot
-
Constructor Summary
Constructors Modifier Constructor Description private
IsSwitched()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
wcRoot
private SVNWCDbRoot wcRoot
-
localRelPath
private java.io.File localRelPath
-
isSwitched
private boolean isSwitched
-
kind
private ISVNWCDb.SVNWCDbKind kind
-
-
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
-
-