Package | Description |
---|---|
net.sf.statsvn.input |
This package is responsible for parsing SVN logs and working copy and
creating a StatSVN model from them.
|
Modifier and Type | Class and Description |
---|---|
class |
Builder
Helps building the
net.sf.statsvn.model.Repository from a SVN log. |
Constructor and Description |
---|
CacheBuilder(SvnLogBuilder builder,
RepositoryFileManager repositoryFileManager)
Constructs the LineCountsBuilder by giving it a reference to the builder
currently in use.
|
SvnLogfileParser(RepositoryFileManager repositoryFileManager,
InputStream logFile,
SvnLogBuilder builder)
Default Constructor
|
SvnXmlLogFileHandler(SvnLogBuilder builder,
RepositoryFileManager repositoryFileManager)
Default constructor.
|