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>
     
    (package private) java.io.File
     
    (package private) java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo>
     
    (package private) SVNWCDbRoot
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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