Class SVNWCDb.GatherChildren
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.GatherChildren
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) java.util.Set<java.lang.String>
(package private) java.io.File
(package private) java.util.Map<java.lang.String,
ISVNWCDb.SVNWCDbInfo> (package private) SVNWCDbRoot
-
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
-
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
-
-
Constructor Details
-
GatherChildren
private GatherChildren()
-
-
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
-