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

G

generateDefaultHTMLSuite() - Static method in class net.sf.statcvs.Main
Generates HTML report.
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.
getActivityDayChartFilename(Author) - Static method in class net.sf.statcvs.output.HTMLOutput
 
getActivityTimeChartFilename(Author) - Static method in class net.sf.statcvs.output.HTMLOutput
 
getAffectedFiles() - Method in class net.sf.statcvs.model.Commit
Returns a String Set containing all filenames which were affected by this Commit.
getAllAuthors() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns a set of all authors which have committed revisions in the source set.
getAllFiles() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns a set of all CvsFile objects which are affected by the revisions in the source set.
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(String) - Method in class net.sf.statcvs.model.CvsContent
 
getAuthor() - Method in class net.sf.statcvs.model.CvsRevision
Returns the author
getAuthorLink(Author) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a link to an author page
getAuthorPageFilename(Author) - Static method in class net.sf.statcvs.output.HTMLOutput
 
getAuthors() - Method in class net.sf.statcvs.model.CvsContent
 
getChangeCount() - Method in class net.sf.statcvs.model.Commit
Returns the number of individual changes which make up this commit.
getChangesMap() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
getChart() - Method in class net.sf.statcvs.renderer.Chart
get chart
getCheckedOutDirectory() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getCheckedOutDirectory.
getCodeDistributionChartFilename(Author) - Static method in class net.sf.statcvs.output.HTMLOutput
 
getColumnHead() - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
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.model.Commit
Returns the comment of the commit
getComment() - Method in class net.sf.statcvs.model.CvsRevision
Returns the comment.
getContent() - Method in class net.sf.statcvs.output.HTMLPage
 
getContent() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
getCssHandler() - Static method in class net.sf.statcvs.output.ConfigurationOptions
returns the CssHandler
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.CvsFile
Returns the number of code lines for this file.
getCurrentLOC() - Method in class net.sf.statcvs.model.CvsContent
returns the current LOC count of the repository
getCurrentLOC() - Method in class net.sf.statcvs.model.Directory
Returns the number of code lines in this directory.
getCvsContent() - Method in class net.sf.statcvs.input.Builder
Returns a CvsContent object of all files
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.model.Commit
Returns the date when the commit took place.
getDate() - Method in class net.sf.statcvs.model.CvsRevision
Returns the date.
getDate(Date) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a date
getDate() - Method in class net.sf.statcvs.reportmodel.TimePoint
 
getDateAndTime(Date) - Static method in class net.sf.statcvs.output.HTMLTagger
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
 
getDepth() - Method in class net.sf.statcvs.model.DirectoryImpl
 
getDepth() - Method in class net.sf.statcvs.model.DirectoryRoot
 
getDepth(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns the depth of the directory
getDiffUrl(CvsRevision, CvsRevision) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getDiffUrl(CvsRevision, CvsRevision) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getDiffUrl(CvsRevision, CvsRevision) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getDiffUrl(CvsRevision, CvsRevision) - 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 a Set of all Directorys the author has ever committed a change to
getDirectories() - Method in class net.sf.statcvs.model.CvsContent
Returns a collection 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.CvsFile
 
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.output.HTMLTagger
Returns HTML code for a directory page link
getDirectoryLocChartFilename(Directory) - Static method in class net.sf.statcvs.output.HTMLOutput
Returns the filename for a directory's LOC chart
getDirectoryName(String) - Static method in class net.sf.statcvs.util.FileUtils
Returns the last compontent of a directory path.
getDirectoryPageFilename(Directory) - Static method in class net.sf.statcvs.output.HTMLOutput
Returns the filename for a direcotry
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.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.CvsRevision
Returns the lines of code value for this revision.
getFile() - Method in class net.sf.statcvs.model.CvsRevision
Returns the CvsFile object of this revision.
getFileCountChange() - Method in class net.sf.statcvs.model.CvsRevision
Returns the change of the file count caused by this revision.
getFileHistoryUrl(CvsFile) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getFileHistoryUrl(CvsFile) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getFileHistoryUrl(CvsFile) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileHistoryUrl(CvsFile) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a file in the web repository browser.
getFileLink(CvsFile) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a file.
getFilename() - Method in class net.sf.statcvs.model.CvsFile
Returns the filename.
getFileName() - Method in class net.sf.statcvs.output.HTMLPage
 
getFileName() - Method in class net.sf.statcvs.renderer.Chart
get fileName
getFilename(int) - Static method in class net.sf.statcvs.renderer.CommitLogRenderer
Returns the filename for a commit log page.
getFilenameWithDirectory(String) - Static method in class net.sf.statcvs.util.FileUtils
Return the full path to the specified filename
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.CvsFile
Returns the workingname.
getFiles() - Method in class net.sf.statcvs.model.CvsContent
Returns a list of all CvsFiles, in no particular order
getFiles() - Method in class net.sf.statcvs.model.Directory
Returns all CvsFile objects in this directory
getFiles(String) - Method in class net.sf.statcvs.renderer.FileCollectionFormatter
Gets the names of all files which reside in a given directory.
getFileViewUrl(CvsFile) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getFileViewUrl(CvsRevision) - Method in class net.sf.statcvs.output.ChoraIntegration
 
getFileViewUrl(CvsFile) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getFileViewUrl(CvsRevision) - Method in class net.sf.statcvs.output.CvswebIntegration
 
getFileViewUrl(CvsFile) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileViewUrl(CvsRevision) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getFileViewUrl(CvsFile) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns a URL to a file in the web repository browser.
getFileViewUrl(CvsRevision) - 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.CvsContent
Returns the first Date when there were changes on the repository.
getFirstDate() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Gets the date of the earliest revision in the source set.
getFolderHtml(Directory, int) - Method in class net.sf.statcvs.output.HTMLPage
 
getIcon(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Generates HTML for an icon
getInitialRevision() - Method in class net.sf.statcvs.model.CvsFile
Gets the earliest revision of this file.
getInteger(Object) - Method in class net.sf.statcvs.util.IntegerMap
Same as IntegerMap.get(Object), but returns an Integer, not an int.
getLastDate() - Method in class net.sf.statcvs.model.CvsContent
Returns the latest Date when there were changes on the repository.
getLastDate() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Gets the date of the latest revision in the source set.
getLatestRevision() - Method in class net.sf.statcvs.model.CvsFile
Gets the latest revision of this file.
getLineNumber() - Method in class net.sf.statcvs.util.LookaheadReader
Returns the current line number
getLinesAdded() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of added lines.
getLinesMap() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
 
getLinesOfCode(String) - Method in class net.sf.statcvs.input.RepositoryFileManager
Returns the lines of code for a repository file.
getLinesOfCode() - Method in class net.sf.statcvs.model.CvsRevision
Returns the lines of code value for this revision.
getLinesOfCodeChange() - Method in class net.sf.statcvs.model.CvsRevision
Returns by how many lines the line count changed with this revision.
getLinesRemoved() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of removed lines.
getLineValue() - Method in class net.sf.statcvs.model.CvsRevision
Returns the lines of code value of this revision.
getLineValue() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns the number of code lines that were added in the source change set.
getLink() - Method in interface net.sf.statcvs.output.CssHandler
returns a link to the CSS file, which can be used as the HREF in HTML's <LINK REL="stylesheet"> HREF="filename.css";.
getLink() - Method in class net.sf.statcvs.output.DefaultCssHandler
 
getLink(String, String) - Static method in class net.sf.statcvs.output.HTMLTagger
Creates a HTML representation of a hyperlink
getLink() - Method in class net.sf.statcvs.output.LocalFileCssHandler
 
getLink() - Method in class net.sf.statcvs.output.UrlCssHandler
Simply return the URL
getList() - Method in class net.sf.statcvs.model.ListRevisionIterator
Returns the list of CvsRevision objects on which the iterator is based.
getLogFileName() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getLogfilename.
getLogger() - Static method in class net.sf.statcvs.output.HTMLPage
Returns the logger.
getLoggingProperties() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Gets the name of the logging properties file
getModuleName() - Method in class net.sf.statcvs.model.CvsContent
Returns the name of currnet module.
getModuleName(String, String) - Static method in class net.sf.statcvs.util.CvsLogUtils
Determines the module name by comparing the RCS filename and the working filename.
getName() - Method in class net.sf.statcvs.model.Author
 
getName() - Method in class net.sf.statcvs.model.Directory
Returns the directory's name without full path or any slashes, e.g.
getName() - Method in class net.sf.statcvs.model.DirectoryImpl
 
getName() - Method in class net.sf.statcvs.model.DirectoryRoot
 
getName() - Method in class net.sf.statcvs.output.ChoraIntegration
 
getName() - Method in class net.sf.statcvs.output.CvswebIntegration
 
getName() - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
getName() - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Returns the name of the repository browser
getNextLine() - Method in class net.sf.statcvs.util.LookaheadReader
Reads and returns a line from the source reader.
getNotes() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Returns the report notes (from "-notes filename" switch) or null if not specified
getOutputDir() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Returns the outputDir.
getPageName() - Method in class net.sf.statcvs.output.HTMLPage
 
getPages() - Method in class net.sf.statcvs.renderer.CommitLogRenderer
Returns the number of pages for this renderer.
getParent() - Method in class net.sf.statcvs.model.Directory
Returns the directory's parent directory or null if it is the root
getParent() - Method in class net.sf.statcvs.model.DirectoryImpl
 
getParent() - Method in class net.sf.statcvs.model.DirectoryRoot
 
getParent(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns name of parent directory to specified directory
getParentDirectoryPath(String) - Static method in class net.sf.statcvs.util.FileUtils
Returns all but the last compontent of a directory path
getPath() - Method in class net.sf.statcvs.model.Directory
Returns the directory's full path with trailing slash, for example "src/net/sf/statcvs/"
getPath() - Method in class net.sf.statcvs.model.DirectoryImpl
 
getPath() - Method in class net.sf.statcvs.model.DirectoryRoot
 
getPathWithoutEndingSlash(String) - Static method in class net.sf.statcvs.util.FileUtils
Deletes the ending directory separator of a given path if there is one and returns the result.
getPercent(Object) - Method in class net.sf.statcvs.util.IntegerMap
Gets the value stored at a key as a percentage of all values in the map.
getPercentOfMaximum(Object) - Method in class net.sf.statcvs.util.IntegerMap
Gets the value stored at a key as a percentage of the maximum value in the map.
getPreviousRevision(CvsRevision) - Method in class net.sf.statcvs.model.CvsFile
Returns the revision which was replaced by the revision given as argument.
getPreviousRevision() - Method in class net.sf.statcvs.model.CvsRevision
Returns the predecessor of this revision or null if it is the first revision.
getProjectName() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getProjectName.
getRangeLabel() - Method in class net.sf.statcvs.reportmodel.TimeLine
Returns the range label (axis label) of the values
getRelativeFilename(String, String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns relative filename for specified file and directory
getRemovingValue() - Method in class net.sf.statcvs.model.CvsRevision
Returns the lines of code removing value of this revision.
getRenderedTable() - Method in class net.sf.statcvs.renderer.TableRenderer
Renders the table to HTML
getRenderedTable(Table) - Method in class net.sf.statcvs.renderer.xml.XMLTableRenderer
Returns an XML element containing the table
getRevision() - Method in class net.sf.statcvs.model.CvsRevision
Returns the revision number.
getRevisionIterator() - Method in class net.sf.statcvs.model.Author
Returns a RevisionIterator for this author
getRevisionIterator() - Method in class net.sf.statcvs.model.CvsContent
Returns a RevisionIterator on all revisions in the repository.
getRevisionIterator() - Method in class net.sf.statcvs.model.CvsFile
Returns an iterator over of revisions in this file.
getRevisionIterator() - Method in class net.sf.statcvs.model.Directory
Returns a RevisionIterator of all revisions to files in this directory.
getRevisions() - Method in class net.sf.statcvs.model.Commit
Returns a list of CvsRevision objects, which make up this commit.
getRevisions() - Method in class net.sf.statcvs.model.CvsFile
Returns the list of CvsRevisions of this file, from latest to oldest.
getRoot() - Method in class net.sf.statcvs.model.CvsContent
 
getRowCount() - Method in class net.sf.statcvs.reportmodel.Table
Returns the number of data rows in the table.
getRowHead() - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Return the results of the last renderCell call as a row head
getRows() - Method in class net.sf.statcvs.reportmodel.Column
Return number of rows that have been added to this column
getRows() - Method in class net.sf.statcvs.reportmodel.GenericColumn
 
getRows() - Method in class net.sf.statcvs.reportmodel.IntegerColumn
 
getRows() - Method in class net.sf.statcvs.reportmodel.RatioColumn
 
getShowCreditInformation() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Returns whether the credit information should be shown
getString(String) - Static method in class net.sf.statcvs.Messages
Returns the value for the specified key.
getStringColor(String) - Static method in class net.sf.statcvs.util.OutputUtils
Returns a distinct Color for a String argument.
getSubdirectories() - Method in class net.sf.statcvs.model.Directory
Returns a collection of all immediate subdirectories
getSubdirectoriesRecursive() - Method in class net.sf.statcvs.model.Directory
Returns a list of all subdirectories, including their subdirectories and this directory itself.
getSum() - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Returns the sum of all values in the column
getSummary() - Method in class net.sf.statcvs.reportmodel.Table
Returns the summary text of the table.
getSummaryPeriod(Date, Date) - Static method in class net.sf.statcvs.output.HTMLTagger
generates HTML string describing the summary period of a chart or table
getSummaryPeriod(Date, Date, String) - Static method in class net.sf.statcvs.output.HTMLTagger
generates HTML string describing the summary period of a chart or table
getTable() - Method in class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
 
getTable() - Method in class net.sf.statcvs.reports.AuthorsTableReport
 
getTable() - Method in class net.sf.statcvs.reports.DirectoriesForAuthorTableReport
 
getTable() - Method in class net.sf.statcvs.reports.DirectoriesTableReport
 
getTable() - Method in class net.sf.statcvs.reports.FilesWithMostRevisionsTableReport
 
getTable() - Method in class net.sf.statcvs.reports.LargestFilesTableReport
 
getTable() - Method in interface net.sf.statcvs.reports.TableReport
Returns the table data model.
getTable() - Method in class net.sf.statcvs.reports.TopAuthorsTableReport
 
getTableCell() - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Return the results of the last renderCell call as an ordinary table cell
getTimeLine() - Method in class net.sf.statcvs.reports.AvgFileSizeTimeLineReport
Returns the result time line
getTimeLine() - Method in class net.sf.statcvs.reports.FileCountTimeLineReport
Returns the result time line
getTimeSeries() - Method in class net.sf.statcvs.output.LOCSeriesBuilder
gets the finished time series.
getTitle() - Method in class net.sf.statcvs.reportmodel.TimeLine
Returns the title of the time line
getUserLink(String) - Method in class net.sf.statcvs.output.HTMLPage
Returns HTML code for a userPage link tag
getValue(int) - Method in class net.sf.statcvs.reportmodel.GenericColumn
Returns a value of the column
getValue(int) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Returns a value in the column
getValue() - Method in class net.sf.statcvs.reportmodel.TimePoint
 
getWebRepository() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Returns a WebRepositoryIntegration object if the user has specified a URL to one.

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