Class SVNWCDb.GatherChildren
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.GatherChildren
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.GatherChildren extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Set<java.lang.String>
conflicts
(package private) java.io.File
dirRelPath
(package private) java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo>
nodes
(package private) SVNWCDbRoot
wcRoot
-
Constructor Summary
Constructors Modifier Constructor Description private
GatherChildren()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
nodes
java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> nodes
-
conflicts
java.util.Set<java.lang.String> conflicts
-
dirRelPath
java.io.File dirRelPath
-
wcRoot
SVNWCDbRoot wcRoot
-
-
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
-
-