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

G

GenericColumn - class net.sf.statcvs.reportmodel.GenericColumn.
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
generateDefaultHTMLSuite() - Static method in class net.sf.statcvs.Main
Generates HTML report.
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.
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.CvsRevision
Returns the author of this revision.
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
Returns a SortedSet of all Authors who have committed to the repository, sorted by name.
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.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.CvsRevision
Returns the comment for this revision.
getCommits() - Method in class net.sf.statcvs.model.CvsContent
Returns a List of all Commits.
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.
getCurrentLOC() - Method in class net.sf.statcvs.model.CvsContent
returns the current line count of the repository
getCurrentLOC() - Method in class net.sf.statcvs.model.Directory
Returns the number of lines 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 current number of lines for this file.
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.CvsRevision
Returns the date of this revision.
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
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
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.
getDirSeparator() - Static method in class net.sf.statcvs.util.FileUtils
Returns the os dependend path seperator
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.CvsContent
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.CvsFile
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.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
getEffectiveLinesOfCode() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getLines() instead.
getExcludePattern() - Static method in class net.sf.statcvs.output.ConfigurationOptions
 
getFile() - Method in class net.sf.statcvs.model.CvsRevision
Returns the file which was changed by this revision.
getFileCountChange() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getFileCountDelta() instead.
getFileCountDelta() - 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.output.HTMLPage
 
getFileName() - Method in class net.sf.statcvs.renderer.Chart
get fileName
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.
getFilename() - Method in class net.sf.statcvs.model.CvsFile
Returns the filename without path.
getFilename(int) - Static method in class net.sf.statcvs.renderer.CommitLogRenderer
Returns the filename for a commit log page.
getFilenameWithPath() - Method in class net.sf.statcvs.model.CvsFile
Returns the full filename.
getFilenameWithoutPath(String) - Static method in class net.sf.statcvs.util.FileUtils
Takes a filename with path and returns just the filename.
getFiles() - Method in class net.sf.statcvs.model.CvsContent
Returns a list of all CvsFiles, ordered by full name
getFiles() - Method in class net.sf.statcvs.model.Directory
Returns all CvsFile objects in this directory, ordered by filename.
getFiles(String) - Method in class net.sf.statcvs.renderer.FileCollectionFormatter
Gets the names of all files which reside in a given directory.
getFirstDate() - Method in class net.sf.statcvs.model.CvsContent
Returns the first Date when there were changes on the repository.
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
getIncludePattern() - Static method in class net.sf.statcvs.output.ConfigurationOptions
 
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.
getLOC(String) - Method in class net.sf.statcvs.input.Builder
 
getLastDate() - Method in class net.sf.statcvs.model.CvsContent
Returns the latest Date when there were changes on the repository.
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 number of the line that would be returned by LookaheadReader.getCurrentLine(), or 0 before the first call to LookaheadReader.nextLine().
getLineValue() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getNewLines() instead.
getLines() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of lines for this revision.
getLinesAdded() - Method in class net.sf.statcvs.input.RevisionData
 
getLinesAdded() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getLinesDelta() and CvsRevision.getReplacedLines() instead.
getLinesDelta() - Method in class net.sf.statcvs.model.CvsRevision
Returns by how many lines the line count changed with this revision.
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
Deprecated. Use CvsRevision.getLines() instead.
getLinesOfCodeChange() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getLinesDelta() instead.
getLinesRemoved() - Method in class net.sf.statcvs.input.RevisionData
 
getLinesRemoved() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getLinesDelta() and CvsRevision.getReplacedLines() instead.
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
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
getLoginName() - Method in class net.sf.statcvs.input.RevisionData
 
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
Returns the author's login name.
getName() - Method in class net.sf.statcvs.model.Directory
Returns the directory's name without full path or any slashes, for example "src".
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
getNewLines() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of "new" lines in this revision.
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(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/".
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 for the file.
getProjectName() - Method in class net.sf.statcvs.input.Builder
 
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
Deprecated. Use CvsRevision.getReplacedLines() and CvsRevision.getLinesDelta() instead.
getRenderedTable() - Method in class net.sf.statcvs.renderer.TableRenderer
Renders the table to HTML
getReplacedLines() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of lines that were removed and replaced by other lines in this revision.
getRevision() - Method in class net.sf.statcvs.model.CvsRevision
Deprecated. Use CvsRevision.getRevisionNumber() instead.
getRevisionNumber() - Method in class net.sf.statcvs.input.RevisionData
 
getRevisionNumber() - Method in class net.sf.statcvs.model.CvsRevision
Returns the revision number.
getRevisions() - Method in class net.sf.statcvs.model.Author
Returns all CvsRevisions of this author, sorted from oldest to most recent.
getRevisions() - Method in class net.sf.statcvs.model.Commit
Returns the CvsRevision objects that make up this commit.
getRevisions() - Method in class net.sf.statcvs.model.CvsContent
Returns a SortedSet of CvsRevisions in the repository, sorted from oldest to most recent.
getRevisions() - Method in class net.sf.statcvs.model.CvsFile
Returns the list of CvsRevisions of this file, sorted from earliest to most recent.
getRevisions() - Method in class net.sf.statcvs.model.Directory
Returns all CvsRevisions to files in this directory, in order from oldest to most recent.
getRoot() - Method in class net.sf.statcvs.model.CvsContent
Returns the repository's root directory, or null if the directory contains no files.
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
 
getShapeScale(Plot, int, int, double, double) - Method in class net.sf.statcvs.renderer.PointXYRenderer
 
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 SortedSet of all immediate subdirectories, ordered by name.
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