Uses of Interface
net.sf.statsvn.input.SvnLogBuilder

Packages that use SvnLogBuilder
net.sf.statsvn.input This package is responsible for parsing SVN logs and working copy and creating a StatSVN model from them. 
 

Uses of SvnLogBuilder in net.sf.statsvn.input
 

Classes in net.sf.statsvn.input that implement SvnLogBuilder
 class Builder
           Helps building the net.sf.statsvn.model.Repository from a SVN log.
 

Constructors in net.sf.statsvn.input with parameters of type SvnLogBuilder
SvnXmlLogFileHandler(SvnLogBuilder builder, RepositoryFileManager repositoryFileManager)
          Default constructor.
SvnLogfileParser(RepositoryFileManager repositoryFileManager, InputStream logFile, SvnLogBuilder builder)
          Default Constructor
CacheBuilder(SvnLogBuilder builder, RepositoryFileManager repositoryFileManager)
          Constructs the LineCountsBuilder by giving it a reference to the builder currently in use.