Package | Description |
---|---|
net.sf.statsvn |
StatCVS main package containing the command line launcher
and some core classes.
|
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 | Method and Description |
---|---|
static void |
Main.generateDefaultHTMLSuite(RepositoryFileManager repFileMan)
Generates HTML report.
|
Constructor and Description |
---|
Builder(RepositoryFileManager repositoryFileManager,
net.sf.statcvs.util.FilePatternMatcher includePattern,
net.sf.statcvs.util.FilePatternMatcher excludePattern,
java.util.regex.Pattern tagsPattern)
Creates a new Builder
|
CacheBuilder(SvnLogBuilder builder,
RepositoryFileManager repositoryFileManager)
Constructs the LineCountsBuilder by giving it a reference to the builder
currently in use.
|
SvnLogfileParser(RepositoryFileManager repositoryFileManager,
java.io.InputStream logFile,
SvnLogBuilder builder)
Default Constructor
|
SvnXmlLogFileHandler(SvnLogBuilder builder,
RepositoryFileManager repositoryFileManager)
Default constructor.
|