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

C

CPAPage - class net.sf.statcvs.output.CPAPage.
 
CPAPage(CvsContent, int, boolean) - Constructor for class net.sf.statcvs.output.CPAPage
Method CPUPage.
Chart - class net.sf.statcvs.renderer.Chart.
superclass of all charts provides several methods for charts
Chart(String, String) - Constructor for class net.sf.statcvs.renderer.Chart
creates charts
ChoraIntegration - class net.sf.statcvs.output.ChoraIntegration.
Integration of the Chora CVS Viewer
ChoraIntegration(String) - Constructor for class net.sf.statcvs.output.ChoraIntegration
 
Column - class net.sf.statcvs.reportmodel.Column.
An abstract base class for table columns.
Column() - Constructor for class net.sf.statcvs.reportmodel.Column
 
CombinedCommitScatterChart - class net.sf.statcvs.renderer.CombinedCommitScatterChart.
 
CombinedCommitScatterChart(TimeSeries, Map, String, String, int, int) - Constructor for class net.sf.statcvs.renderer.CombinedCommitScatterChart
 
CommandLineParser - class net.sf.statcvs.output.CommandLineParser.
Takes a command line, like given to the Main.main(java.lang.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 CvsRevision objects.
Commit(CvsRevision) - 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(SortedSet) - Constructor for class net.sf.statcvs.input.CommitListBuilder
Creates a new instance using the given set of CvsRevisions.
CommitLogPage - class net.sf.statcvs.output.CommitLogPage.
 
CommitLogPage(CvsContent, CommitLogRenderer, int, int) - Constructor for class net.sf.statcvs.output.CommitLogPage
Method CommitLogPage.
CommitLogRenderer - class net.sf.statcvs.renderer.CommitLogRenderer.
Class for rendering a list of commits as HTML.
CommitLogRenderer(List) - Constructor for class net.sf.statcvs.renderer.CommitLogRenderer
Creates a new instance for the list of commits.
ConfigurationException - exception net.sf.statcvs.output.ConfigurationException.
Thrown by ConfigurationOptions on missing/illegal 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.
ConfigurationOptions() - Constructor for class net.sf.statcvs.output.ConfigurationOptions
 
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.
CssHandler - interface net.sf.statcvs.output.CssHandler.
Manager for the handling of CSS files.
CvsContent - class net.sf.statcvs.model.CvsContent.
Represents a CVS Repository and provides access to the CvsFiles, Directorys, CvsRevisions and Authors recorded in the repository's history.
CvsContent() - Constructor for class net.sf.statcvs.model.CvsContent
 
CvsFile - class net.sf.statcvs.model.CvsFile.
Represents one versioned file in the Repository, including its name, Directory and CvsRevision list.
CvsFile(String, Directory) - Constructor for class net.sf.statcvs.model.CvsFile
Creates a CvsFile object.
CvsFileBlockParser - class net.sf.statcvs.input.CvsFileBlockParser.
Parses the information of one file from a CVS logfile LookaheadReader.
CvsFileBlockParser(LookaheadReader, CvsLogBuilder, boolean) - Constructor for class net.sf.statcvs.input.CvsFileBlockParser
Default Constructor CvsFileBlockParser.
CvsLogBuilder - interface net.sf.statcvs.input.CvsLogBuilder.
Interface for defining a Builder that constructs a data structure from a CVS logfile.
CvsLogUtils - class net.sf.statcvs.util.CvsLogUtils.
Utility class containing various methods related to CVS logfile parsing
CvsLogUtils() - Constructor for class net.sf.statcvs.util.CvsLogUtils
 
CvsLogfileParser - class net.sf.statcvs.input.CvsLogfileParser.
Parses a CVS logfile.
CvsLogfileParser(Reader, CvsLogBuilder) - Constructor for class net.sf.statcvs.input.CvsLogfileParser
Default Constructor
CvsRevision - class net.sf.statcvs.model.CvsRevision.
One revision of a CvsFile.
CvsRevisionParser - class net.sf.statcvs.input.CvsRevisionParser.
Parses all revisions of one file.
CvsRevisionParser(LookaheadReader, CvsLogBuilder) - Constructor for class net.sf.statcvs.input.CvsRevisionParser
Default Constructor CvsRevisionParser.
CvswebIntegration - class net.sf.statcvs.output.CvswebIntegration.
Integration of cvsweb
CvswebIntegration(String) - Constructor for class net.sf.statcvs.output.CvswebIntegration
 
calculate() - Method in class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
 
calculate() - Method in class net.sf.statcvs.reports.AuthorsTableReport
 
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.LargestFilesTableReport
 
calculate() - Method in interface net.sf.statcvs.reports.TableReport
Calculates the report from the source data.
calculate() - Method in class net.sf.statcvs.reports.TopAuthorsTableReport
 
calculateChangesAndLinesPerAuthor(Collection) - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
calculateChangesAndLinesPerDirectory(Collection) - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
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.
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.
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.CvsFile
Compares this file to another one, based on filename.
compareTo(Object) - Method in class net.sf.statcvs.model.CvsRevision
Compares this revision to another revision.
compareTo(Object) - Method in class net.sf.statcvs.model.Directory
Compares this directory to another one, based on their full names.
contains(Object) - Method in class net.sf.statcvs.util.IntegerMap
Returns true if the map contains a value for this key.
copyFile(String, String) - Static method in class net.sf.statcvs.util.FileUtils
Copyies a file to a specified desitination
copyFile(InputStream, File) - Static method in class net.sf.statcvs.util.FileUtils
Copy a InputStream into a File
createChangesAndLinesTable(GenericColumn, int, String) - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
createChart() - Method in class net.sf.statcvs.renderer.Chart
create chart with titles and credit information
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 CvsContent object of all files.
createFile(Date) - Method in class net.sf.statcvs.input.FileBuilder
Creates and returns a CvsFile representation of the file.
createHTMLSuite() - Method in class net.sf.statcvs.output.HTMLOutput
Creates the Suite of HTML Files
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() - Method in class net.sf.statcvs.output.HTMLPage
 
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.

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