- calculate() - Method in class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.CloudCommitTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.DevelopersOfTheMonthTable
-
- calculate() - Method in class net.sf.statcvs.reports.DevelopersRollingTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.DevelopersTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.DirectoriesForAuthorTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.DirectoriesTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.FilesWithMostRevisionsTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.FileTypeReport
-
- calculate() - Method in class net.sf.statcvs.reports.LargestFilesTableReport
-
- calculate() - Method in class net.sf.statcvs.reports.ModuleTableReport
-
- calculate() - Method in interface net.sf.statcvs.reports.TableReport
-
Calculates the report from the source data.
- calculate() - Method in class net.sf.statcvs.reports.TagReport
-
- calculate() - Method in class net.sf.statcvs.reports.TopDevelopersTableReport
-
- calculateChangesAndLinesPerDeveloper(Collection) - Method in class net.sf.statcvs.reports.AbstractLocTableReport
-
- calculateChangesAndLinesPerDeveloper(Collection) - Method in class net.sf.statcvs.reports.AbstractRollingLocTableReport
-
- calculateChangesAndLinesPerDirectory(Collection) - Method in class net.sf.statcvs.reports.AbstractLocTableReport
-
- calculateValue(Directory) - Method in class net.sf.statcvs.charts.DirectoryPieChartMaker
-
- calculateValue(Directory) - Method in class net.sf.statcvs.charts.DirectoryPieChartMaker.CodeDistributionChartMaker
-
- calculateValue(Directory) - Method in class net.sf.statcvs.charts.DirectoryPieChartMaker.DirectorySizesChartMaker
-
- ChartConfigUtil - Class in net.sf.statcvs.charts
-
- ChartImage - Class in net.sf.statcvs.charts
-
An image file for a chart.
- ChartImage(String, String, String, JFreeChart, Dimension) - Constructor for class net.sf.statcvs.charts.ChartImage
-
Creates a new ChartFile.
- ChartUtils - Class in net.sf.statcvs.charts
-
Utility class for chart related stuff.
- checkForMissingResources() - Method in interface net.sf.statcvs.output.CssHandler
-
Checks if all necessary resources are available.
- checkForMissingResources() - Method in class net.sf.statcvs.output.DefaultCssHandler
-
No external resources are necessary for default CSS files, so
nothing is done here
- checkForMissingResources() - Method in class net.sf.statcvs.output.LocalFileCssHandler
-
Checks if the local CSS file exists
- checkForMissingResources() - Method in class net.sf.statcvs.output.UrlCssHandler
-
We could check here if there is a real CSS file at the URL, but
this would require net access, so we just do nothing.
- checkForRequiredArgs() - Method in class net.sf.statcvs.output.CommandLineParser
-
- ChoraIntegration - Class in net.sf.statcvs.output
-
- ChoraIntegration(String) - Constructor for class net.sf.statcvs.output.ChoraIntegration
-
- ChurnPageMaker - Class in net.sf.statcvs.output
-
A LOC and Churn Chart shows both the LOC and the number of lines touched per
day, this allows you to see the evolution of lines of code and the amount of
changes.
- ChurnPageMaker(ReportConfig) - Constructor for class net.sf.statcvs.output.ChurnPageMaker
-
- clean() - Method in class net.sf.statcvs.input.Builder
-
- close() - Method in class net.sf.statcvs.util.ConsoleOutErrHandler
-
- close() - Method in class net.sf.statcvs.util.ConsoleOutHandler
-
Override StreamHandler.close to do a flush but not
to close the output stream.
- CloudCommitPageMaker - Class in net.sf.statcvs.pages
-
- CloudCommitPageMaker(ReportConfig) - Constructor for class net.sf.statcvs.pages.CloudCommitPageMaker
-
- CloudCommitTableReport - Class in net.sf.statcvs.reports
-
Table report which A list of word frequencies in commit messages.
- CloudCommitTableReport(ReportConfig) - Constructor for class net.sf.statcvs.reports.CloudCommitTableReport
-
Creates a table report containing the top 10 authors and their
LOC contributions
- CodeDistributionChartMaker(ReportConfig, Author) - Constructor for class net.sf.statcvs.charts.DirectoryPieChartMaker.CodeDistributionChartMaker
-
- Column - Class in net.sf.statcvs.reportmodel
-
An abstract base class for table columns.
- Column() - Constructor for class net.sf.statcvs.reportmodel.Column
-
- CommandLineParser - Class in net.sf.statcvs.output
-
- CommandLineParser(String[]) - Constructor for class net.sf.statcvs.output.CommandLineParser
-
Constructor for CommandLineParser
- Commit - Class in net.sf.statcvs.model
-
Represents a commit, which may consist of several
Revision
objects.
- Commit(Revision) - Constructor for class net.sf.statcvs.model.Commit
-
Creates a new instance which consists of the given revision.
- CommitListBuilder - Class in net.sf.statcvs.input
-
Takes a set of revisions, and builds a
List
of
Commit
s from it.
- CommitListBuilder(Iterator) - Constructor for class net.sf.statcvs.input.CommitListBuilder
-
- CommitListBuilder(SortedSet) - Constructor for class net.sf.statcvs.input.CommitListBuilder
-
Creates a new instance using the given set of
Revision
s.
- CommitListFormatter - Class in net.sf.statcvs.pages
-
Class for formatting a list of commits as HTML.
- CommitListFormatter(ReportConfig, List, List, boolean) - Constructor for class net.sf.statcvs.pages.CommitListFormatter
-
Creates a new instance for the list of commits.
- CommitListFormatter(ReportConfig, List, List, int, boolean) - Constructor for class net.sf.statcvs.pages.CommitListFormatter
-
Creates a new instance for the list of commits.
- CommitListXml - Class in net.sf.statcvs.pages.xml
-
This is a mere copy of the CommitListFormatter class with dfew minor changes done
Class for formatting a list of commits as XML.
- CommitListXml(List, List, boolean) - Constructor for class net.sf.statcvs.pages.xml.CommitListXml
-
Creates a new instance for the list of commits.
- CommitListXml(List, List, int, boolean) - Constructor for class net.sf.statcvs.pages.xml.CommitListXml
-
Creates a new instance for the list of commits.
- CommitLogPageGroupMaker - Class in net.sf.statcvs.pages
-
- CommitLogPageGroupMaker(ReportConfig) - Constructor for class net.sf.statcvs.pages.CommitLogPageGroupMaker
-
- CommitLogPageMaker - Class in net.sf.statcvs.pages
-
- CommitLogPageMaker(ReportConfig, int, int, Collection, boolean) - Constructor for class net.sf.statcvs.pages.CommitLogPageMaker
-
Creates a new LogPageMaker.
- CommitScatterChartMaker - Class in net.sf.statcvs.charts
-
Produces the commit scatter chart.
- CommitScatterChartMaker(ReportConfig, int) - Constructor for class net.sf.statcvs.charts.CommitScatterChartMaker
-
Creates a new CommitScatterChartMaker.
- compare(Object, Object) - Method in class net.sf.statcvs.reports.FilesLocComparator
-
- compare(Object, Object) - Method in class net.sf.statcvs.reports.FilesRevisionCountComparator
-
- compareTo(Object) - Method in class net.sf.statcvs.model.Author
-
Compares the instance to another author, using their login names.
- compareTo(Object) - Method in class net.sf.statcvs.model.Commit
-
Compares this commit to another revision, based on their date.
- compareTo(Object) - Method in class net.sf.statcvs.model.Directory
-
Compares this directory to another one, based on their full names.
- compareTo(Object) - Method in class net.sf.statcvs.model.Module
-
- compareTo(Object) - Method in class net.sf.statcvs.model.Revision
-
Compares this revision to another revision.
- compareTo(Object) - Method in class net.sf.statcvs.model.SymbolicName
-
- compareTo(Object) - Method in class net.sf.statcvs.model.VersionedFile
-
Compares this file to another one, based on filename.
- ConfigurationException - Exception in net.sf.statcvs.output
-
Thrown on missing/illegal configuration arguments.
- ConfigurationException(String) - Constructor for exception net.sf.statcvs.output.ConfigurationException
-
Constructor
- ConfigurationOptions - Class in net.sf.statcvs.output
-
Class for storing all command line parameters.
- ConfigurationOptions() - Constructor for class net.sf.statcvs.output.ConfigurationOptions
-
- configureChartBackgroungImage(String, JFreeChart) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
Add a copyright notice on the bottom right part of the chart.
- configureCopyrightNotice(String, JFreeChart) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
Add a copyright notice on the bottom right part of the chart.
- configurePlotImage(String, JFreeChart) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
Add a copyright notice on the bottom right part of the chart.
- configureShapes(String, XYItemRenderer) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
configure the shapes for the chart (if renderer is of type XYLineAndShapeRenderer) , tries properties:
- configureStroke(String, XYItemRenderer, XYDataset) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
configure the lines for the chart, tries properties:
- ConsoleOutErrHandler - Class in net.sf.statcvs.util
-
Customized console logging handler.
- ConsoleOutErrHandler() - Constructor for class net.sf.statcvs.util.ConsoleOutErrHandler
-
Constructor for ConsoleOutErrHandler.
- ConsoleOutHandler - Class in net.sf.statcvs.util
-
A simplified copy of java.util.logging.ConsoleHandler
.
- ConsoleOutHandler() - Constructor for class net.sf.statcvs.util.ConsoleOutHandler
-
Create a ConsoleOutHandler for System.out.
- contains(Object) - Method in class net.sf.statcvs.util.IntegerMap
-
Returns true
if the map contains a value
for this key.
- copyFile(InputStream, File) - Static method in class net.sf.statcvs.util.FileUtils
-
Copy a InputStream into a File
- copyFile(String, String) - Static method in class net.sf.statcvs.util.FileUtils
-
Copies a file to a specified destination
- copyFileIntoReport(URL, String) - Method in class net.sf.statcvs.output.ReportConfig
-
Copies a file from a URL into the report.
- createAnnotations(Collection) - Static method in class net.sf.statcvs.charts.SymbolicNameAnnotation
-
- createAnnotations(Collection, int) - Static method in class net.sf.statcvs.charts.SymbolicNameAnnotation
-
- createChangesAndLinesTable(GenericColumn, GenericColumn, String) - Method in class net.sf.statcvs.reports.AbstractLocTableReport
-
- createChangesAndLinesTable(GenericColumn, GenericColumn, String) - Method in class net.sf.statcvs.reports.AbstractRollingLocTableReport
-
- createChartImage(String, String, JFreeChart, Dimension) - Method in class net.sf.statcvs.output.ReportConfig
-
Writes a chart image file.
- createCommitList() - Method in class net.sf.statcvs.input.CommitListBuilder
-
Creates a
List
of
Commit
s from the source iterator.
- createCvsContent() - Method in class net.sf.statcvs.input.Builder
-
Returns a Repository object of all files.
- createFile(Date) - Method in class net.sf.statcvs.input.FileBuilder
-
- createOutputFiles() - Method in interface net.sf.statcvs.output.CssHandler
-
Creates any necessary output files.
- createOutputFiles() - Method in class net.sf.statcvs.output.DefaultCssHandler
-
Extracts the CSS file from the distribution JAR and saves it
into the output directory
- createOutputFiles() - Method in class net.sf.statcvs.output.LocalFileCssHandler
-
Copies the local CSS file to the output directory
- createOutputFiles() - Method in class net.sf.statcvs.output.UrlCssHandler
-
We don't create any output files.
- createPage(String, String, String) - Method in class net.sf.statcvs.output.ReportConfig
-
Creates an empty report page.
- createRoot() - Static method in class net.sf.statcvs.model.Directory
-
Factory method for creating a new root directory.
- createSubdirectory(String) - Method in class net.sf.statcvs.model.Directory
-
Factory method for creating a new subdirectory.
- CssHandler - Interface in net.sf.statcvs.output
-
Manager for the handling of CSS files.
- CvsFileBlockParser - Class in net.sf.statcvs.input
-
- CvsFileBlockParser(LookaheadReader, CvsLogBuilder, boolean) - Constructor for class net.sf.statcvs.input.CvsFileBlockParser
-
Default Constructor CvsFileBlockParser.
- CvsLogBuilder - Interface in net.sf.statcvs.input
-
Interface for defining a Builder that constructs a data structure from
a CVS logfile.
- CvsLogfileParser - Class in net.sf.statcvs.input
-
Parses a CVS logfile.
- CvsLogfileParser(Reader, CvsLogBuilder) - Constructor for class net.sf.statcvs.input.CvsLogfileParser
-
Default Constructor
- CvsLogUtils - Class in net.sf.statcvs.util
-
Utility class containing various methods related to CVS logfile parsing
- CvsLogUtils() - Constructor for class net.sf.statcvs.util.CvsLogUtils
-
- CvsRevisionParser - Class in net.sf.statcvs.input
-
Parses all revisions of one file.
- CvsRevisionParser(LookaheadReader, CvsLogBuilder) - Constructor for class net.sf.statcvs.input.CvsRevisionParser
-
Default Constructor CvsRevisionParser.
- CvswebIntegration - Class in net.sf.statcvs.output
-
Integration of cvsweb
- CvswebIntegration(String) - Constructor for class net.sf.statcvs.output.CvswebIntegration
-