Alphabetical Index: C

A B C D E F G H I J K L M N P R S T U V W X

C

calculate() - method in class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
calculate() - method in class net.sf.statcvs.reports.DevelopersOfTheMonthTable
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.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
ChartImage - class net.sf.statcvs.charts.ChartImage
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 net.sf.statcvs.charts.ChartUtils
Utility class for chart related stuff.
checkForMissingResources() - method in class 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 net.sf.statcvs.output.ChoraIntegration
Integration of the Chora CVS Viewer
ChoraIntegration(String) - constructor for class net.sf.statcvs.output.ChoraIntegration
ChurnPageMaker - class net.sf.statcvs.output.ChurnPageMaker
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(net.sf.statcvs.output.ReportConfig) - constructor for class net.sf.statcvs.output.ChurnPageMaker
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.
Column - class net.sf.statcvs.reportmodel.Column
An abstract base class for table columns.
CommandLineParser - class net.sf.statcvs.output.CommandLineParser
Takes a command line, like given to the Main.main(String[]) method, and turns it into a ConfigurationOptions object.
CommandLineParser(String[]) - constructor for class net.sf.statcvs.output.CommandLineParser
Constructor for CommandLineParser
Commit - class net.sf.statcvs.model.Commit
Represents a commit, which may consist of several Revision objects.
Commit(net.sf.statcvs.model.Revision) - constructor for class net.sf.statcvs.model.Commit
Creates a new instance which consists of the given revision.
CommitListBuilder - class net.sf.statcvs.input.CommitListBuilder
Takes a set of revisions, and builds a List of Commits 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 Revisions.
CommitListFormatter - class net.sf.statcvs.pages.CommitListFormatter
Class for formatting a list of commits as HTML.
Creates a new instance for the list of commits.
Creates a new instance for the list of commits.
CommitListXml - class net.sf.statcvs.pages.xml.CommitListXml
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.
CommitScatterChartMaker - class net.sf.statcvs.charts.CommitScatterChartMaker
Produces the commit scatter chart.
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.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 - class net.sf.statcvs.output.ConfigurationException
Thrown on missing/illegal configuration arguments.
ConfigurationException(String) - constructor for class net.sf.statcvs.output.ConfigurationException
Constructor
ConfigurationOptions - class net.sf.statcvs.output.ConfigurationOptions
Class for storing all command line parameters.
ConsoleOutErrHandler - class net.sf.statcvs.util.ConsoleOutErrHandler
Customized console logging handler.
ConsoleOutErrHandler() - constructor for class net.sf.statcvs.util.ConsoleOutErrHandler
Constructor for ConsoleOutErrHandler.
ConsoleOutHandler - class net.sf.statcvs.util.ConsoleOutHandler
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
Copyies a file to a specified desitination
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
Writes a chart image file.
createCommitList() - method in class net.sf.statcvs.input.CommitListBuilder
Creates a List of Commits 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
Creates and returns a VersionedFile representation of the file.
createOutputFiles() - method in class 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 net.sf.statcvs.output.CssHandler
Manager for the handling of CSS files.
CvsFileBlockParser - class net.sf.statcvs.input.CvsFileBlockParser
Parses the information of one file from a CVS logfile LookaheadReader.
Default Constructor CvsFileBlockParser.
CvsLogBuilder - interface net.sf.statcvs.input.CvsLogBuilder
Interface for defining a Builder that constructs a data structure from a CVS logfile.
CvsLogfileParser - class net.sf.statcvs.input.CvsLogfileParser
Parses a CVS logfile.
Default Constructor
CvsLogUtils - class net.sf.statcvs.util.CvsLogUtils
Utility class containing various methods related to CVS logfile parsing
CvsRevisionParser - class net.sf.statcvs.input.CvsRevisionParser
Parses all revisions of one file.
Default Constructor CvsRevisionParser.
CvswebIntegration - class net.sf.statcvs.output.CvswebIntegration
Integration of cvsweb
CvswebIntegration(String) - constructor for class net.sf.statcvs.output.CvswebIntegration