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

A

AbstractLocTableReport - Class in net.sf.statcvs.reports
Convenience superclass for table reports related to authors and directories.
AbstractLocTableReport(ReportConfig) - Constructor for class net.sf.statcvs.reports.AbstractLocTableReport
Constructor
add(ChartImage) - Method in class net.sf.statcvs.pages.Page
 
add(ChartImage, String) - Method in class net.sf.statcvs.pages.Page
 
add(TableReport) - Method in class net.sf.statcvs.pages.Page
 
add(Directory, boolean) - Method in class net.sf.statcvs.pages.Page
 
add(PageGroup) - Method in class net.sf.statcvs.pages.Page
 
add(NavigationNode) - Method in class net.sf.statcvs.pages.PageGroup
 
addAttribute(String, int) - Method in class net.sf.statcvs.pages.Page
 
addAttribute(String, int, String) - Method in class net.sf.statcvs.pages.Page
 
addAttribute(String, Date) - Method in class net.sf.statcvs.pages.Page
 
addAttribute(String, String) - Method in class net.sf.statcvs.pages.Page
 
addAttribute(String, double, int) - Method in class net.sf.statcvs.pages.Page
 
addAttribute(String, double, int, String) - Method in class net.sf.statcvs.pages.Page
 
addBeginOfLogRevision(Date, int, SortedSet) - Method in class net.sf.statcvs.model.VersionedFile
Adds a "begin of log" revision to the file.
addChange(Date, int) - Method in class net.sf.statcvs.reportmodel.TimeLine
Specifies that the time line's value changed at a given date.
addChangeRevision(String, Author, Date, String, int, int, int, SortedSet) - Method in class net.sf.statcvs.model.VersionedFile
Adds a change revision to the file.
addChild(NavigationNode) - Method in class net.sf.statcvs.pages.Page
 
addColumn(Column) - Method in class net.sf.statcvs.reportmodel.Table
Adds a column to the table
addDeletionRevision(String, Author, Date, String, int, SortedSet) - Method in class net.sf.statcvs.model.VersionedFile
Adds a deletion revision to the file.
addFile(VersionedFile) - Method in class net.sf.statcvs.model.Repository
Adds one file to the repository.
addInitialRevision(String, Author, Date, String, int, SortedSet) - Method in class net.sf.statcvs.model.VersionedFile
Adds an initial revision to the file.
addInt(Object, int) - Method in class net.sf.statcvs.util.IntegerMap
Adds an int to the value stored at a key.
addLink(String, String) - Method in class net.sf.statcvs.pages.Page
 
addNewCommit(Revision) - Method in class net.sf.statcvs.input.CommitListBuilder
 
addNonDeveloperLogin(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Excludes a login name from charts and reports that compare several developers.
addRawAttribute(String, String) - Method in class net.sf.statcvs.pages.Page
 
addRawContent(String) - Method in class net.sf.statcvs.pages.Page
 
addRevision(Revision) - Method in class net.sf.statcvs.model.Author
Adds a revision for this author; called by Revision constructor
addRevision(Revision) - Method in class net.sf.statcvs.model.Commit
Adds a revision to the commit.
addRevision(Revision) - Method in class net.sf.statcvs.model.SymbolicName
Adds a revision to this symbolic name.
addRevision(Revision) - Method in class net.sf.statcvs.reports.LOCSeriesBuilder
Adds a revision to the time series.
addRevisionData(RevisionData) - Method in class net.sf.statcvs.input.FileBuilder
Adds a revision to the file.
addRevToCommit(Commit, Revision) - Method in class net.sf.statcvs.input.CommitListBuilder
 
addSection(String) - Method in class net.sf.statcvs.pages.Page
 
addTimePoint(Date, int) - Method in class net.sf.statcvs.reportmodel.TimeLine
Adds a data point to the time line.
addValue(Object) - Method in class net.sf.statcvs.reportmodel.GenericColumn
Adds a value to this column (in a new row)
addValue(int) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Adds a value to this column (in a new row)
addValue(String, String) - Method in class net.sf.statcvs.reportmodel.LinkColumn
 
AllDevelopersPageMaker - Class in net.sf.statcvs.pages
 
AllDevelopersPageMaker(ReportConfig) - Constructor for class net.sf.statcvs.pages.AllDevelopersPageMaker
 
AllDevelopersXml - Class in net.sf.statcvs.pages.xml
 
AllDevelopersXml(ReportConfig) - Constructor for class net.sf.statcvs.pages.xml.AllDevelopersXml
 
allRejectedByExcludePattern() - Method in class net.sf.statcvs.input.Builder
 
allRejectedByIncludePattern() - Method in class net.sf.statcvs.input.Builder
 
asLinkList() - Method in class net.sf.statcvs.pages.PageGroup
 
asParentLink() - Method in interface net.sf.statcvs.pages.NavigationNode
 
asParentLink() - Method in class net.sf.statcvs.pages.Page
 
asParentLink() - Method in class net.sf.statcvs.pages.PageGroup
 
Author - Class in net.sf.statcvs.model
Represents an author of one or more Revisions in a repository.
Author(String) - Constructor for class net.sf.statcvs.model.Author
Creates a new author.
AuthorColumn - Class in net.sf.statcvs.reportmodel
A table column containing author names
AuthorColumn() - Constructor for class net.sf.statcvs.reportmodel.AuthorColumn
Creates a new author column
AuthorIdColumn - Class in net.sf.statcvs.reportmodel
A table column containing author names
AuthorIdColumn() - Constructor for class net.sf.statcvs.reportmodel.AuthorIdColumn
Creates a new author column
AuthorsForDirectoryTableReport - Class in net.sf.statcvs.reports
Table report which creates a table containing the names of the authors who have committed changes to a certain directory, and their LOC contributions and number of changes in that directory.
AuthorsForDirectoryTableReport(ReportConfig, Directory) - Constructor for class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.
average() - Method in class net.sf.statcvs.util.IntegerMap
Returns the average of all values in the map.
AvgFileSizeTimeLineReport - Class in net.sf.statcvs.reports
Time line for the average file size from a specified file list.
AvgFileSizeTimeLineReport(SortedSet) - Constructor for class net.sf.statcvs.reports.AvgFileSizeTimeLineReport
Creates a new file count time line for a specified list of files.

B

barNumberForTime(Calendar) - Method in class net.sf.statcvs.charts.TimeBarChartMaker
 
barNumberForTime(Calendar) - Method in class net.sf.statcvs.charts.TimeBarChartMaker.HourBarChartMaker
 
barNumberForTime(Calendar) - Method in class net.sf.statcvs.charts.TimeBarChartMaker.WeekdayBarChartMaker
 
baseURL() - Method in class net.sf.statcvs.weblinks.bugs.BugTracker
Returns the bug tracker's base URL.
BUG_ICON - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
 
bugRegex - Static variable in class net.sf.statcvs.weblinks.bugs.BugTracker
 
BugTracker - Class in net.sf.statcvs.weblinks.bugs
A BugTracker generates links to numbered bugs.
BugTracker(String) - Constructor for class net.sf.statcvs.weblinks.bugs.BugTracker
Creates a new BugTracker instance.
bugURL(String) - Method in class net.sf.statcvs.weblinks.bugs.BugTracker
Returns the URL of the bug tracker page about a certain bug.
bugURL(String) - Method in class net.sf.statcvs.weblinks.bugs.Bugzilla
 
bugURL(String) - Method in class net.sf.statcvs.weblinks.bugs.Mantis
 
Bugzilla - Class in net.sf.statcvs.weblinks.bugs
Implements support for the Bugzilla bug tracker.
Bugzilla(String) - Constructor for class net.sf.statcvs.weblinks.bugs.Bugzilla
 
Builder - Class in net.sf.statcvs.input
Helps building the Repository from a CVS log.
Builder(RepositoryFileManager, FilePatternMatcher, FilePatternMatcher, Pattern) - Constructor for class net.sf.statcvs.input.Builder
Creates a new Builder
buildFile(String, boolean, boolean, Map) - Method in class net.sf.statcvs.input.Builder
Starts building a new file.
buildFile(String, boolean, boolean, Map) - Method in interface net.sf.statcvs.input.CvsLogBuilder
Starts building a new file.
buildModule(String) - Method in class net.sf.statcvs.input.Builder
Starts building the module.
buildModule(String) - Method in interface net.sf.statcvs.input.CvsLogBuilder
Starts building a module.
buildRevision(RevisionData) - Method in class net.sf.statcvs.input.Builder
Adds a revision to the current file.
buildRevision(RevisionData) - Method in interface net.sf.statcvs.input.CvsLogBuilder
Adds a revision to the last file that was built..

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 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
 
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
 
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
Integration of the Chora CVS Viewer
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
 
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 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
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 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 Commits from it.
CommitListBuilder(SortedSet) - Constructor for class net.sf.statcvs.input.CommitListBuilder
Creates a new instance using the given set of Revisions.
CommitListBuilder(Iterator) - Constructor for class net.sf.statcvs.input.CommitListBuilder
 
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.
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.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
 
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(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
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
 
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 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 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
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 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
 

D

dec(Object) - Method in class net.sf.statcvs.util.IntegerMap
Same as addInt(key, -1)
DefaultCssHandler - Class in net.sf.statcvs.output
CSS handler for a CSS file included in the distribution JAR file.
DefaultCssHandler(String) - Constructor for class net.sf.statcvs.output.DefaultCssHandler
Creates a new DefaultCssHandler for a CSS file in the /src/net/sf/statcvs/web-files/ folder of the distribution JAR.
DELETED_DIRECTORY_ICON - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
 
DELETED_FILE_ICON - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
 
DeveloperPageMaker - Class in net.sf.statcvs.pages
 
DeveloperPageMaker(ReportConfig, Author) - Constructor for class net.sf.statcvs.pages.DeveloperPageMaker
 
DevelopersOfTheMonthTable - Class in net.sf.statcvs.reports
Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
DevelopersOfTheMonthTable(ReportConfig) - Constructor for class net.sf.statcvs.reports.DevelopersOfTheMonthTable
Creates a table report containing all authors, their number of changes and LOC contributions.
DevelopersTableReport - Class in net.sf.statcvs.reports
Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
DevelopersTableReport(ReportConfig) - Constructor for class net.sf.statcvs.reports.DevelopersTableReport
Creates a table report containing all authors, their number of changes and LOC contributions.
DirectoriesForAuthorTableReport - Class in net.sf.statcvs.reports
Table report which creates a table containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
DirectoriesForAuthorTableReport(ReportConfig, Author) - Constructor for class net.sf.statcvs.reports.DirectoriesForAuthorTableReport
Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
DirectoriesTableReport - Class in net.sf.statcvs.reports
Table report which creates a table containing the names of all directories and the number of changes and LOC in them.
DirectoriesTableReport(Repository) - Constructor for class net.sf.statcvs.reports.DirectoriesTableReport
Creates a table report containing all directories and their respective number of changes and LOC.
DirectoriesXml - Class in net.sf.statcvs.pages.xml
 
DirectoriesXml(ReportConfig) - Constructor for class net.sf.statcvs.pages.xml.DirectoriesXml
 
Directory - Class in net.sf.statcvs.model
Represents a directory in the Repository, a container for VersionedFiles and subDirectorys.
Directory() - Constructor for class net.sf.statcvs.model.Directory
 
DIRECTORY_ICON - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
 
DirectoryColumn - Class in net.sf.statcvs.reportmodel
A table column containing directories
DirectoryColumn() - Constructor for class net.sf.statcvs.reportmodel.DirectoryColumn
Creates a new directory column
DirectoryPageMaker - Class in net.sf.statcvs.pages
 
DirectoryPageMaker(ReportConfig, Directory) - Constructor for class net.sf.statcvs.pages.DirectoryPageMaker
 
DirectoryPieChartMaker - Class in net.sf.statcvs.charts
Class for producing directory pie charts
DirectoryPieChartMaker(ReportConfig, SortedSet, String, String) - Constructor for class net.sf.statcvs.charts.DirectoryPieChartMaker
Creates a new PieChartMaker
DirectoryPieChartMaker.CodeDistributionChartMaker - Class in net.sf.statcvs.charts
 
DirectoryPieChartMaker.CodeDistributionChartMaker(ReportConfig, Author) - Constructor for class net.sf.statcvs.charts.DirectoryPieChartMaker.CodeDistributionChartMaker
 
DirectoryPieChartMaker.DirectorySizesChartMaker - Class in net.sf.statcvs.charts
 
DirectoryPieChartMaker.DirectorySizesChartMaker(ReportConfig) - Constructor for class net.sf.statcvs.charts.DirectoryPieChartMaker.DirectorySizesChartMaker
 
DirectorySizesPageMaker - Class in net.sf.statcvs.pages
 
DirectorySizesPageMaker(ReportConfig) - Constructor for class net.sf.statcvs.pages.DirectorySizesPageMaker
 
DirectoryTreeFormatter - Class in net.sf.statcvs.pages
Formats a directory and its subdirectories into a tree.
DirectoryTreeFormatter(Directory, boolean) - Constructor for class net.sf.statcvs.pages.DirectoryTreeFormatter
 
doChildrenSwitch(String) - Method in class net.sf.statcvs.output.CommandLineParser
Give the argument to children classes that may have a way to recognise it.
draw(Graphics2D, XYPlot, Rectangle2D, ValueAxis, ValueAxis, int, PlotRenderingInfo) - Method in class net.sf.statcvs.charts.SymbolicNameAnnotation
 

E

endSection1() - Method in class net.sf.statcvs.pages.MarkupHTML
 
endSection1() - Method in interface net.sf.statcvs.pages.MarkupSyntax
 
endSection1() - Method in class net.sf.statcvs.pages.MarkupXDoc
 
endSection1() - Method in class net.sf.statcvs.pages.xml.MarkupXML
 
endSection2() - Method in class net.sf.statcvs.pages.MarkupHTML
 
endSection2() - Method in interface net.sf.statcvs.pages.MarkupSyntax
 
endSection2() - Method in class net.sf.statcvs.pages.MarkupXDoc
 
endSection2() - Method in class net.sf.statcvs.pages.xml.MarkupXML
 
equals(Object) - Method in class net.sf.statcvs.model.SymbolicName
 
escape(String) - Static method in class net.sf.statcvs.pages.HTML
Escapes HTML meta characters "&", "<", ">" and turns "\n" line breaks into HTML line breaks ("
");
escape(String) - Static method in class net.sf.statcvs.pages.xml.XML
Escapes HTML meta characters "&", "<", ">" and turns "\n" line breaks into HTML line breaks ("
");
escapeAuthorName(String) - Static method in class net.sf.statcvs.pages.HTML
Escapes evil characters in author's names.
escapeAuthorName(String) - Static method in class net.sf.statcvs.pages.xml.XML
Escapes evil characters in author's names.
escapeDirectoryName(String) - Static method in class net.sf.statcvs.pages.HTML
 
escapeDirectoryName(String) - Static method in class net.sf.statcvs.pages.xml.XML
 
escapeUrl(String) - Static method in class net.sf.statcvs.pages.HTML
Escapes HTML as well as " as it is not valid in URL.
execute() - Method in class net.sf.statcvs.ant.StatCvsTask
Runs the task

F

FILE_DELIMITER - Static variable in class net.sf.statcvs.input.CvsRevisionParser
File Delimiter in CVS log file
FILE_ICON - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
 
FileBuilder - Class in net.sf.statcvs.input
Builds a VersionedFile with Revisions from logging data.
FileBuilder(Builder, String, boolean, Map) - Constructor for class net.sf.statcvs.input.FileBuilder
Creates a new FileBuilder.
FileCollectionFormatter - Class in net.sf.statcvs.renderer
Groups a set of file names by directory.
FileCollectionFormatter(Collection) - Constructor for class net.sf.statcvs.renderer.FileCollectionFormatter
Creates a new instance from a Collection of file names.
FileColumn - Class in net.sf.statcvs.reportmodel
A table column containing files
FileColumn() - Constructor for class net.sf.statcvs.reportmodel.FileColumn
Creates a new directory column
FileCountTimeLineReport - Class in net.sf.statcvs.reports
Time line for the number of non-dead files from a specified file list.
FileCountTimeLineReport(SortedSet) - Constructor for class net.sf.statcvs.reports.FileCountTimeLineReport
Creates a new file count time line for a specified list of files.
FilePatternMatcher - Class in net.sf.statcvs.util
Matches filenames against an Ant-style wildcard pattern list.
FilePatternMatcher(String) - Constructor for class net.sf.statcvs.util.FilePatternMatcher
Creates a matcher to match filenames against a specified wildcard pattern
FileSizesPageMaker - Class in net.sf.statcvs.pages
 
FileSizesPageMaker(ReportConfig) - Constructor for class net.sf.statcvs.pages.FileSizesPageMaker
 
FilesLocComparator - Class in net.sf.statcvs.reports
Compares two files according to their lines of code
FilesLocComparator() - Constructor for class net.sf.statcvs.reports.FilesLocComparator
 
FilesRevisionCountComparator - Class in net.sf.statcvs.reports
Compares two files according to their number of changes (revisions).
FilesRevisionCountComparator() - Constructor for class net.sf.statcvs.reports.FilesRevisionCountComparator
 
FilesWithMostRevisionsTableReport - Class in net.sf.statcvs.reports
Table report for a table containing the files with most changes
FilesWithMostRevisionsTableReport(ReportConfig, SortedSet, int) - Constructor for class net.sf.statcvs.reports.FilesWithMostRevisionsTableReport
Creates a table containing the files with most changes from a file list
FilesXml - Class in net.sf.statcvs.pages.xml
 
FilesXml(ReportConfig) - Constructor for class net.sf.statcvs.pages.xml.FilesXml
 
FileTypeReport - Class in net.sf.statcvs.reports
 
FileTypeReport(ReportConfig) - Constructor for class net.sf.statcvs.reports.FileTypeReport
 
FileUtils - Class in net.sf.statcvs.util
Some helpful file functions TODO: Remove redundancy, write tests
FileUtils() - Constructor for class net.sf.statcvs.util.FileUtils
 
flush() - Method in class net.sf.statcvs.util.ConsoleOutErrHandler
 
format(LogRecord) - Method in class net.sf.statcvs.util.LogFormatter
 

G

generate() - Method in class net.sf.statcvs.pages.xml.GenerateXml
This method will invoke the classes which capture the data required to generate the xmls
generateDefaultHTMLSuite() - Static method in class net.sf.statcvs.Main
Generates HTML report.
GenerateXml - Class in net.sf.statcvs.pages.xml
 
GenerateXml(ReportConfig) - Constructor for class net.sf.statcvs.pages.xml.GenerateXml
 
GenericColumn - Class in net.sf.statcvs.reportmodel
A generic column with a text header and a text total.
GenericColumn(String) - Constructor for class net.sf.statcvs.reportmodel.GenericColumn
Creates a new GenericColumn with the given head
get(Object) - Method in class net.sf.statcvs.util.IntegerMap
Gets a value from the map.
getAbsoluteName(String, String) - Static method in class net.sf.statcvs.util.FileUtils
Concatenates path and filename to an absolute filename by inserting the system file separator.
getAffectedFiles() - Method in class net.sf.statcvs.model.Commit
Returns a String Set containing all filenames which were affected by this Commit.
getAffectedFilesCount(Set) - Static method in class net.sf.statcvs.pages.HTML
Returns HTML code for number of affected files
getAnchor(SymbolicName) - Static method in class net.sf.statcvs.pages.LogPageMaker
 
getAnchor(SymbolicName) - Static method in class net.sf.statcvs.pages.xml.LogXmlMaker
 
getAnchor(SymbolicName) - Static method in class net.sf.statcvs.pages.xml.RevisedFilesXml
 
getArgCount() - Method in class net.sf.statcvs.output.CommandLineParser
 
getAtticFileNames() - Method in class net.sf.statcvs.input.Builder
Returns the Set of filenames that are "in the attic".
getAuthor(String) - Method in class net.sf.statcvs.input.Builder
returns the Author of the given name or creates it if it does not yet exist.
getAuthor() - Method in class net.sf.statcvs.model.Commit
Returns the author of the commit.
getAuthor() - Method in class net.sf.statcvs.model.Revision
Returns the author of this revision.
getAuthorIdLink(Author) - Static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a link to an author Id page
getAuthorIdLink(Author) - Static method in class net.sf.statcvs.pages.xml.XML
Returns HTML code for a link to an author Id page
getAuthorLink(Author) - Static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a link to an author page
getAuthorLink(Author) - Static method in class net.sf.statcvs.pages.xml.XML
Returns HTML code for a link to an author page
getAuthors() - Method in class net.sf.statcvs.model.Repository
Returns a SortedSet of all Authors who have committed to the repository, sorted by name.
getAuthors() - Method in class net.sf.statcvs.model.VersionedFile
Returns a list of authors that have commited at least one revision of the file.
getBaseUrl() - Method in class net.sf.statcvs.output.ChoraIntegration
 
getBaseUrl() - Method in class net.sf.statcvs.output.CvswebIntegration
 
getBaseUrl() - Method in class net.sf.statcvs.output.JCVSWebIntegration
 
getBaseUrl() - Method in class net.sf.statcvs.output.TracIntegration
 
getBaseUrl() - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getBaseUrl() - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
 
getChangesMap() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
getCheckedOutDirectory() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getCheckedOutDirectory.
getColumnHead() - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Return the results of the last renderCell call
getColumnHead() - Method in class net.sf.statcvs.renderer.XMLRenderer
Return the results of the last renderCell call
getColumnIterator() - Method in class net.sf.statcvs.reportmodel.Table
Returns an iterator of all Column objects of the table
getComment() - Method in class net.sf.statcvs.input.RevisionData
 
getComment() - Method in class net.sf.statcvs.model.Commit
Returns the comment of the commit.
getComment() - Method in class net.sf.statcvs.model.Revision
Returns the comment for this revision.
getCommits() - Method in class net.sf.statcvs.model.Repository
Returns a List of all Commits.
getConfigProperties() - Static method in class net.sf.statcvs.output.ConfigurationOptions
The config properties.
getContent() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
getCssHandler() - Static method in class net.sf.statcvs.output.ConfigurationOptions
returns the CssHandler
getCssHandler() - Method in class net.sf.statcvs.output.ReportConfig
 
getCurrentFileCount() - Method in class net.sf.statcvs.model.Directory
Returns the number of files in this directory.
getCurrentLine() - Method in class net.sf.statcvs.util.LookaheadReader
Returns the current line without reading a line from the source reader.
getCurrentLinesOfCode() - Method in class net.sf.statcvs.model.VersionedFile
Returns the current number of lines for this file.
getCurrentLOC() - Method in class net.sf.statcvs.model.Directory
Returns the number of lines in this directory.
getCurrentLOC() - Method in class net.sf.statcvs.model.Repository
returns the current line count of the repository
getDataPoints() - Method in class net.sf.statcvs.reportmodel.TimeLine
Returns a List of data points, ordered by date.
getDate() - Method in class net.sf.statcvs.input.RevisionData
 
getDate() - Method in class net.sf.statcvs.model.Commit
Returns the date when the commit took place.
getDate() - Method in class net.sf.statcvs.model.Revision
Returns the date of this revision.
getDate() - Method in class net.sf.statcvs.model.SymbolicName
Returns the 'date' of this symbolic name.
getDate(Date) - Static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a date
getDate(Date) - Static method in class net.sf.statcvs.pages.xml.XML
Returns HTML code for a date
getDate() - Method in class net.sf.statcvs.reportmodel.TimePoint
 
getDateAndTime(Date) - Static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a date, including time
getDateAndTime(Date) - Static method in class net.sf.statcvs.pages.xml.XML
Returns HTML code for a date, including time
getDefaultDirSeparator() - Static method in class net.sf.statcvs.util.FileUtils
Returns the java path seperator
getDelta() - Method in class net.sf.statcvs.reportmodel.TimePoint
 
getDepth() - Method in class net.sf.statcvs.model.Directory
Returns the level of this directory in the direcotry tree.
getDepth(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns the depth of the directory
getDeveloperCount() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
getDiffUrl(Revision, Revision) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getDiffUrl(Revision, Revision) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getDiffUrl(Revision, Revision) - Method in class net.sf.statcvs.output.JCVSWebIntegration
 
getDiffUrl(Revision, Revision) - Method in class net.sf.statcvs.output.TracIntegration
 
getDiffUrl(Revision, Revision) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getDiffUrl(Revision, Revision) - Method in class net.sf.statcvs.output.ViewVcIntegration
 
getDiffUrl(Revision, Revision) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a diff in the web repository browser.
getDirectories() - Method in class net.sf.statcvs.model.Author
Returns all Directorys the author has committed a change to, sorted by name.
getDirectories() - Method in class net.sf.statcvs.model.Repository
Returns a SortedSet of all Directory objects in the repository, ordered in tree order
getDirectories() - Method in class net.sf.statcvs.renderer.FileCollectionFormatter
Gets a list of Strings containing the directories in the file set, ordered by name.
getDirectory(String) - Method in class net.sf.statcvs.input.Builder
Returns the Directory of the given filename or creates it if it does not yet exist.
getDirectory() - Method in class net.sf.statcvs.model.VersionedFile
Returns the file's Directory.
getDirectory(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns directory name of specified file
getDirectoryLink(Directory) - Static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a directory page link
getDirectoryLink(Directory) - Static method in class net.sf.statcvs.pages.xml.XML
Returns HTML code for a directory page link
getDirectoryName(String) - Static method in class net.sf.statcvs.util.FileUtils
Returns the last compontent of a directory path.
getDirectoryUrl(Directory) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getDirectoryUrl(Directory) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getDirectoryUrl(Directory) - Method in class net.sf.statcvs.output.JCVSWebIntegration
 
getDirectoryUrl(Directory) - Method in class net.sf.statcvs.output.TracIntegration
 
getDirectoryUrl(Directory) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getDirectoryUrl(Directory) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a directory in the web repository browser
getDirSeparator() - Static method in class net.sf.statcvs.util.FileUtils
Returns the os dependend path seperator
getEffectiveLinesOfCode() - Method in class net.sf.statcvs.model.Revision
Deprecated. Use Revision.getLines() instead.
getEmail() - Method in class net.sf.statcvs.model.Author
 
getEndOfPage() - Method in class net.sf.statcvs.pages.MarkupHTML
 
getEndOfPage() - Method in interface net.sf.statcvs.pages.MarkupSyntax
 
getEndOfPage() - Method in class net.sf.statcvs.pages.MarkupXDoc
 
getEndOfPage() - Method in class net.sf.statcvs.pages.xml.MarkupXML
 
getEvenRowFormat() - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
 
getEvenRowFormat() - Method in class net.sf.statcvs.renderer.XMLRenderer
 
getExcludePattern() - Static method in class net.sf.statcvs.output.ConfigurationOptions
 
getExtension() - Method in class net.sf.statcvs.pages.MarkupHTML
 
getExtension() - Method in interface net.sf.statcvs.pages.MarkupSyntax
Extension for report pages, e.g.
getExtension() - Method in class net.sf.statcvs.pages.MarkupXDoc
 
getExtension() - Method in class net.sf.statcvs.pages.xml.MarkupXML
 
getFile() - Method in class net.sf.statcvs.model.Revision
Returns the file which was changed by this revision.
getFileCountChange() - Method in class net.sf.statcvs.model.Revision
Deprecated. Use Revision.getFileCountDelta() instead.
getFileCountDelta() - Method in class net.sf.statcvs.model.Revision
Returns the change of the file count caused by this revision.
getFileHistoryUrl(VersionedFile) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getFileHistoryUrl(VersionedFile) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getFileHistoryUrl(VersionedFile) - Method in class net.sf.statcvs.output.JCVSWebIntegration
 
getFileHistoryUrl(VersionedFile) - Method in class net.sf.statcvs.output.TracIntegration
 
getFileHistoryUrl(VersionedFile) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileHistoryUrl(VersionedFile) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a file in the web repository browser.
getFilename() - Method in class net.sf.statcvs.model.VersionedFile
Returns the filename without path.
getFilenameWithoutPath(String) - Static method in class net.sf.statcvs.util.FileUtils
Takes a filename with path and returns just the filename.
getFilenameWithPath() - Method in class net.sf.statcvs.model.VersionedFile
Returns the full filename.
getFiles() - Method in class net.sf.statcvs.model.Directory
Returns all VersionedFile objects in this directory, ordered by filename.
getFiles() - Method in class net.sf.statcvs.model.Repository
Returns a list of all VersionedFiles, ordered by full name
getFiles(String) - Method in class net.sf.statcvs.renderer.FileCollectionFormatter
Gets the names of all files which reside in a given directory.
getFileUrl(VersionedFile, String) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileUrl(VersionedFile, String) - Method in class net.sf.statcvs.output.ViewVcIntegration
 
getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.JCVSWebIntegration
 
getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.JCVSWebIntegration
 
getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.TracIntegration
 
getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.TracIntegration
 
getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileViewUrl(VersionedFile) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a file in the web repository browser.
getFileViewUrl(Revision) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a file in the web repository browser.
getFirstDate() - Method in class net.sf.statcvs.model.Repository
Returns the first Date when there were changes on the repository.
getFormatted() - Method in class net.sf.statcvs.pages.DirectoryTreeFormatter
 
getFullTitle() - Method in class net.sf.statcvs.charts.ChartImage
Returns the chart's title.
getFullTitle() - Method in interface net.sf.statcvs.pages.NavigationNode
 
getFullTitle() - Method in class net.sf.statcvs.pages.Page
 
getFullTitle() - Method in class net.sf.statcvs.pages.PageGroup
 
getHead() - Method in class net.sf.statcvs.model.Repository
A special symbolic name that contains the latest revision of every file.
getHeader(String, String) - Method in class net.sf.statcvs.pages.MarkupHTML
 
getHeader(String, String) - Method in interface net.sf.statcvs.pages.MarkupSyntax
 
getHeader(String, String) - Method in class net.sf.statcvs.pages.MarkupXDoc
 
getHeader(String, String) - Method in class net.sf.statcvs.pages.xml.MarkupXML
 
getHeight() - Method in class net.sf.statcvs.charts.ChartImage
Returns the chart's height in pixels.
getHomePageUrl() - Method in class net.sf.statcvs.model.Author
 
getIcon(String) - Static method in class net.sf.statcvs.pages.HTML
Generates HTML for an icon
getIcon(String, String) - Static method in class net.sf.statcvs.pages.HTML
Generates HTML for an icon
getIcon(String) - Static method in class net.sf.statcvs.pages.xml.