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

C

CPUPage - class net.sf.statcvs.output.CPUPage.
 
CPUPage(CvsContent, int) - Constructor for class net.sf.statcvs.output.CPUPage
Method CPUPage.
CVS_BINARY - Static variable in class net.sf.statcvs.model.CvsFile
Used for repository files in state binary
CVS_K - Static variable in class net.sf.statcvs.model.CvsFile
 
CVS_KVL - Static variable in class net.sf.statcvs.model.CvsFile
 
CVS_O - Static variable in class net.sf.statcvs.model.CvsFile
 
CVS_TEXT - Static variable in class net.sf.statcvs.model.CvsFile
Used for repository text files.
CVS_UTF - Static variable in class net.sf.statcvs.model.CvsFile
Used to indicate, the file is in utf format.
CVS_V - Static variable in class net.sf.statcvs.model.CvsFile
 
ChartRenderer - class net.sf.statcvs.renderer.ChartRenderer.
This class is responsible for rendering Charts
ChartRenderer() - Constructor for class net.sf.statcvs.renderer.ChartRenderer
 
CommandLineException - exception net.sf.statcvs.output.CommandLineException.
Thrown by the command line parser on missing/illegal arguments.
CommandLineException(String) - Constructor for class net.sf.statcvs.output.CommandLineException
Constructor for CommandLineException.
CommandLineParser - class net.sf.statcvs.output.CommandLineParser.
Takes a command line, like given to the Main#main method, and turns it into a Configuration object.
CommandLineParser(String[]) - Constructor for class net.sf.statcvs.output.CommandLineParser
Constructor for CommandLineParser
Commit - class net.sf.statcvs.model.Commit.
Encapsulates a CVS commit, which may consist of several CvsRevision objects (several files committed at once by the same author with the same message).
Commit(CvsRevision) - Constructor for class net.sf.statcvs.model.Commit
Creates a new instance which consists of the given change.
CommitListBuilder - class net.sf.statcvs.model.CommitListBuilder.
Takes a RevisionIterator, which must be sorted by date, and builds a List of Commits from it.
CommitListBuilder(RevisionIterator) - Constructor for class net.sf.statcvs.model.CommitListBuilder
Creates a new instance using the given RevisionIterator.
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.
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.
Representation of a CVS Repository.
CvsContent(String) - Constructor for class net.sf.statcvs.model.CvsContent
The CvsContent constructor.
CvsFile - class net.sf.statcvs.model.CvsFile.
Represents the information about one file in the source repository.
CvsFile(String, String, List, int, RepositoryFileManager) - Constructor for class net.sf.statcvs.model.CvsFile
Creates a CvsFile object.
CvsFileBlockParser - class net.sf.statcvs.input.CvsFileBlockParser.
Takes a CVS logfile and reads the block of one file from it.
CvsFileBlockParser(LineNumberReader, RepositoryFileManager) - Constructor for class net.sf.statcvs.input.CvsFileBlockParser
Default Constructor CvsFileBlockParser.
CvsLogfileParser - class net.sf.statcvs.input.CvsLogfileParser.
Parses a CVS logfile into a CvsContent object.
CvsLogfileParser(String, Reader, RepositoryFileManager) - Constructor for class net.sf.statcvs.input.CvsLogfileParser
Default Constructor
CvsModule - class net.sf.statcvs.model.CvsModule.
Representation of a CVS module.
CvsModule(CvsContent, CvsModule, String) - Constructor for class net.sf.statcvs.model.CvsModule
Constructor CvsModule
CvsRevision - class net.sf.statcvs.model.CvsRevision.
Object which contains information about one revision of a file.
CvsRevision(String) - Constructor for class net.sf.statcvs.model.CvsRevision
Creates a new revision of a file with the specified revision number String.
CvsRevisionParser - class net.sf.statcvs.input.CvsRevisionParser.
Parses all revisions of one file.
CvsRevisionParser(List, List) - Constructor for class net.sf.statcvs.input.CvsRevisionParser
Default Constructor CvsRevisionParser.
CvsTree - class net.sf.statcvs.model.CvsTree.
Manages CvsTree
CvsTree(CvsContent) - Constructor for class net.sf.statcvs.model.CvsTree
Constructor for given content
CvsTreeIterator - class net.sf.statcvs.model.CvsTreeIterator.
An iterator class which provides iterative access to the CvsTree's elements.
CvsTreeIterator(CvsModule) - Constructor for class net.sf.statcvs.model.CvsTreeIterator
Constructor for given module
calculateChangesAndLines(CvsContent, Iterator, RevisionIterator) - Method in class net.sf.statcvs.renderer.TableRenderer
calculates changes and lines of code for users
calculateChangesAndLinesPerModule(Iterator, RevisionIterator) - Method in class net.sf.statcvs.renderer.TableRenderer
calculates changes and lines of code per module
checkDirsAndFiles() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Checks the specified input files, directories etc.
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.model.RevisionDateComparator
 
contains(Object) - Method in class net.sf.statcvs.util.IntegerMap
Returns true if the map contains a value for this key.
content - Variable in class net.sf.statcvs.output.HTMLPage
 
convertFromLogTime(String) - Static method in class net.sf.statcvs.util.DateUtils
Returns a date from a given modTime String of a cvs logfile
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
createChangesPerUserForModuleTable(CvsContent, String) - Method in class net.sf.statcvs.renderer.TableRenderer
create the Changes-Per-User Overview Table For Packages
createChangesPerUserTable(CvsContent, int) - Method in class net.sf.statcvs.renderer.TableRenderer
create the Changes-Per-User Overview Table
createCommitList() - Method in class net.sf.statcvs.model.CommitListBuilder
Creates a List of Commits from the source iterator.
createHTMLSuite(CvsContent) - Static method in class net.sf.statcvs.output.HTMLOutput
Creates the Suite of HTML Files
createLOCChart(LinesOfCodeIterator, String) - Static method in class net.sf.statcvs.output.HTMLOutput
Method createLOCChart create the lines of code chart
createModuleSizesTable(CvsContent) - Method in class net.sf.statcvs.renderer.TableRenderer
create the Module Sizes Table
createModulesOfUserTable(CvsContent, String) - Method in class net.sf.statcvs.renderer.TableRenderer
create the Modules Of User Table
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
 
createTopDevelopersTable(CvsContent) - Method in class net.sf.statcvs.renderer.TableRenderer
create the Changes-Per-User Overview Table
currentDate() - Static method in class net.sf.statcvs.util.DateUtils
Method currentDate.

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