Alphabetical Index: G

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

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 net.sf.statcvs.pages.xml.GenerateXml
GenerateXml(net.sf.statcvs.output.ReportConfig) - constructor for class net.sf.statcvs.pages.xml.GenerateXml
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
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(net.sf.statcvs.model.SymbolicName) - static method in class net.sf.statcvs.pages.LogPageMaker
getAnchor(net.sf.statcvs.model.SymbolicName) - static method in class net.sf.statcvs.pages.xml.LogXmlMaker
getAnchor(net.sf.statcvs.model.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() - 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.
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.
getAuthorIdLink(net.sf.statcvs.model.Author) - static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a link to an author Id page
getAuthorIdLink(net.sf.statcvs.model.Author) - static method in class net.sf.statcvs.pages.xml.XML
Returns HTML code for a link to an author Id page
getAuthorLink(net.sf.statcvs.model.Author) - static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a link to an author page
getAuthorLink(net.sf.statcvs.model.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 class 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.model.Commit
Returns the comment of the commit.
getComment() - method in class net.sf.statcvs.model.Revision
Returns the comment for this revision.
getComment() - method in class net.sf.statcvs.input.RevisionData
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.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.input.RevisionData
getDate() - method in class net.sf.statcvs.model.SymbolicName
Returns the 'date' of this symbolic name.
getDate() - method in class net.sf.statcvs.reportmodel.TimePoint
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
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
Returns a URL to a diff in the web repository browser.
Returns a URL to a diff in the web repository browser.
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.renderer.FileCollectionFormatter
Gets a list of Strings containing the directories in the file set, ordered 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
getDirectory() - method in class net.sf.statcvs.model.VersionedFile
Returns the file's Directory.
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(String) - static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns directory name of specified file
getDirectoryLink(net.sf.statcvs.model.Directory) - static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a directory page link
getDirectoryLink(net.sf.statcvs.model.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.
Returns a URL to a directory in the web repository browser
Returns a URL to a directory in the web repository browser
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
getEmail() - method in class net.sf.statcvs.model.Author
getEndOfPage() - method in class net.sf.statcvs.pages.MarkupHTML
getEndOfPage() - method in class 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
Extension for report pages, e.g.
getExtension() - method in class net.sf.statcvs.pages.MarkupSyntax
Extension for report pages, e.g.
getExtension() - method in class net.sf.statcvs.pages.MarkupXDoc
Extension for report pages, e.g.
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
getFileCountDelta() - method in class net.sf.statcvs.model.Revision
Returns the change of the file count caused by this revision.
Returns a URL to a file in the web repository browser.
Returns a URL to a file in the web repository browser.
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.
getFileViewUrl(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.output.ChoraIntegration
Returns a URL to a file in the web repository browser.
getFileViewUrl(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.output.TracIntegration
Returns a URL to a file in the web repository browser.
Returns a URL to a file in the web repository browser.
Returns a URL to a file in the web repository browser.
Returns a URL to a file in the web repository browser.
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 class 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 class 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) - static method in class net.sf.statcvs.pages.xml.XML
Generates HTML for an icon
getIcon(String,String) - static method in class net.sf.statcvs.pages.HTML
Generates HTML for an icon
getImageUrl() - method in class net.sf.statcvs.model.Author
getIncludePattern() - static method in class net.sf.statcvs.output.ConfigurationOptions
getInitialRevision() - method in class net.sf.statcvs.model.VersionedFile
Gets the earliest revision of this file.
getInstance() - static method in class net.sf.statcvs.pages.MarkupHTML
getInstance() - static method in class net.sf.statcvs.pages.MarkupXDoc
getInstance() - static method in class net.sf.statcvs.pages.xml.MarkupXML
getInteger(Object) - method in class net.sf.statcvs.util.IntegerMap
Same as get(Object), but returns an Integer, not an int.
getLargeChartSize() - method in class net.sf.statcvs.output.ReportConfig
getLastDate() - method in class net.sf.statcvs.model.Repository
Returns the latest Date when there were changes on the repository.
getLatestRevision() - method in class net.sf.statcvs.model.VersionedFile
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 getCurrentLine(), or 0 before the first call to nextLine.
getLines() - method in class net.sf.statcvs.model.Revision
Returns the number of lines for this revision.
getLinesAdded() - method in class net.sf.statcvs.model.Revision
getLinesAdded() - method in class net.sf.statcvs.input.RevisionData
getLinesDelta() - method in class net.sf.statcvs.model.Revision
Returns by how many lines the line count changed with this revision.
getLinesMap() - method in class net.sf.statcvs.reports.AbstractLocTableReport
getLinesOfCode() - method in class net.sf.statcvs.model.Revision
getLinesOfCode(String) - method in class net.sf.statcvs.input.RepositoryFileManager
Returns the lines of code for a repository file.
getLinesOfCodeChange() - method in class net.sf.statcvs.model.Revision
getLinesRemoved() - method in class net.sf.statcvs.model.Revision
getLinesRemoved() - method in class net.sf.statcvs.input.RevisionData
getLineValue() - method in class net.sf.statcvs.model.Revision
getLink() - method in class 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() - method in class net.sf.statcvs.output.LocalFileCssHandler
getLink() - method in class net.sf.statcvs.output.UrlCssHandler
Simply return the URL
getLink(String,String) - static method in class net.sf.statcvs.pages.HTML
Creates a HTML representation of a hyperlink
getLink(String,String) - static method in class net.sf.statcvs.pages.xml.XML
Creates a HTML representation of a hyperlink
getLink(String,String,String,String) - static method in class net.sf.statcvs.pages.HTML
Creates a HTML representation of a hyperlink
getLink(String,String,String,String) - static method in class net.sf.statcvs.pages.xml.XML
Creates a HTML representation of a hyperlink
getLOC(String) - method in class net.sf.statcvs.input.Builder
getLogFileName() - static method in class net.sf.statcvs.output.ConfigurationOptions
Method getLogfilename.
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
getMarkup() - method in class net.sf.statcvs.output.ReportConfig
getMarkupSyntax() - static method in class net.sf.statcvs.output.ConfigurationOptions
getMaximum() - method in class net.sf.statcvs.reports.LOCSeriesBuilder
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.weblinks.bugs.BugTracker
Returns the name of the bug tracker
getName() - method in class net.sf.statcvs.weblinks.bugs.Bugzilla
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.model.Directory
Returns the directory's name without full path or any slashes, for example "src".
getName() - method in class net.sf.statcvs.output.JCVSWebIntegration
Returns the name of the repository browser
getName() - method in class net.sf.statcvs.weblinks.bugs.Mantis
Returns the name of the bug tracker
getName() - method in class net.sf.statcvs.model.SymbolicName
Returns the symbolic name's name.
getName() - method in class net.sf.statcvs.output.TracIntegration
Returns the name of the repository browser
getName() - method in class net.sf.statcvs.output.ViewCvsIntegration
getName() - method in class net.sf.statcvs.output.ViewVcIntegration
getName() - method in class net.sf.statcvs.output.WebRepositoryIntegration
Returns the name of the repository browser
getNewLines() - method in class net.sf.statcvs.model.Revision
Returns the number of "new" lines in this revision.
getNonDeveloperLogins() - static method in class net.sf.statcvs.output.ConfigurationOptions
Gets login names that should be excluded from charts and reports that compare several developers.
getNotes() - static method in class net.sf.statcvs.output.ConfigurationOptions
Returns the report notes (from "-notes filename" switch) or null if not specified
getOddRowFormat() - method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
getOddRowFormat() - method in class net.sf.statcvs.renderer.XMLRenderer
getOutput() - method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
getOutput() - method in class net.sf.statcvs.renderer.XMLRenderer
getOutputDir() - static method in class net.sf.statcvs.output.ConfigurationOptions
Returns the outputDir.
getOutputFormat() - static method in class net.sf.statcvs.output.ConfigurationOptions
getPages() - method in class net.sf.statcvs.pages.LogPageGroupMaker
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.
getPostfix() - method in class net.sf.statcvs.output.ViewCvsIntegration
getPreviousRevision() - method in class net.sf.statcvs.model.Revision
Returns the predecessor of this revision or null if it is the first revision for the file.
Returns the revision which was replaced by the revision given as argument.
getProjectName() - method in class net.sf.statcvs.input.Builder
getProjectName() - static method in class net.sf.statcvs.output.ConfigurationOptions
Method getProjectName.
getProjectName() - method in class net.sf.statcvs.output.ReportConfig
getRangeLabel() - method in class net.sf.statcvs.reportmodel.TimeLine
Returns the range label (axis label) of the values
getRealName() - method in class net.sf.statcvs.model.Author
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.Revision
getRenderedTable() - method in class net.sf.statcvs.renderer.TableRenderer
Renders the table to HTML
getReplacedLines() - method in class net.sf.statcvs.model.Revision
Returns the number of lines that were removed and replaced by other lines in this revision.
getRepository() - method in class net.sf.statcvs.output.ReportConfig
getRevision() - method in class net.sf.statcvs.model.Revision
getRevision(String) - method in class net.sf.statcvs.input.Builder
getRevision(String) - method in class net.sf.statcvs.input.RepositoryFileManager
Returns the revision of filename in the local working directory by reading the CVS/Entries file.
getRevisionNumber() - method in class net.sf.statcvs.model.Revision
Returns the revision number.
getRevisionNumber() - method in class net.sf.statcvs.input.RevisionData
getRevisionNumber(String) - static method in class net.sf.statcvs.pages.HTML
Returns HTML code for a revision number
getRevisions() - method in class net.sf.statcvs.model.Author
Returns all Revisions of this author, sorted from oldest to most recent.
getRevisions() - method in class net.sf.statcvs.model.Commit
Returns the Revision objects that make up this commit.
getRevisions() - method in class net.sf.statcvs.model.Directory
Returns all Revisions to files in this directory, in order from oldest to most recent.
getRevisions() - method in class net.sf.statcvs.model.Repository
Returns a SortedSet of Revisions in the repository, sorted from oldest to most recent.
getRevisions() - method in class net.sf.statcvs.model.SymbolicName
Returns a set of Revisions contained in this symbolic name.
getRevisions() - method in class net.sf.statcvs.model.VersionedFile
Returns the list of Revisions of this file, sorted from earliest to most recent.
getRoot() - method in class net.sf.statcvs.model.Repository
Returns the repository's root directory, or null if the directory contains no files.
getRootDirectory() - method in class net.sf.statcvs.output.ReportConfig
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
getRowHead() - method in class net.sf.statcvs.renderer.XMLRenderer
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.LinkColumn
Return number of rows that have been added to this column
getRows() - method in class net.sf.statcvs.reportmodel.RatioColumn
getShortTitle() - method in class net.sf.statcvs.pages.NavigationNode
getShortTitle() - method in class net.sf.statcvs.pages.Page
getShortTitle() - method in class net.sf.statcvs.pages.PageGroup
getSmallChartSize() - method in class net.sf.statcvs.output.ReportConfig
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.charts.ChartUtils
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.
getSymbolicName(String) - method in class net.sf.statcvs.input.Builder
Returns the SymbolicName with the given name or creates it if it does not yet exist.
getSymbolicNames() - method in class net.sf.statcvs.model.Repository
Returns a list of SymbolicNames, ordered from latest to oldest.
getSymbolicNames() - method in class net.sf.statcvs.model.Revision
Returns a list of SymbolicNames of this revision or null if the revision has no symbolic names.
getSymbolicNamesPattern() - static method in class net.sf.statcvs.output.ConfigurationOptions
getTable() - method in class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
getTable() - method in class net.sf.statcvs.reports.DevelopersOfTheMonthTable
getTable() - method in class net.sf.statcvs.reports.DevelopersTableReport
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.FileTypeReport
getTable() - method in class net.sf.statcvs.reports.LargestFilesTableReport
getTable() - method in class net.sf.statcvs.reports.TableReport
Returns the table data model.
getTable() - method in class net.sf.statcvs.reports.TagReport
getTable() - method in class net.sf.statcvs.reports.TopDevelopersTableReport
getTableCell() - method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Return the results of the last renderCell call as an ordinary table cell
getTableCell() - method in class net.sf.statcvs.renderer.XMLRenderer
Return the results of the last renderCell call as an ordinary table cell
getTableFormat() - method in class net.sf.statcvs.pages.MarkupHTML
getTableFormat() - method in class net.sf.statcvs.pages.MarkupSyntax
getTableFormat() - method in class net.sf.statcvs.pages.MarkupXDoc
getTableFormat() - method in class net.sf.statcvs.pages.xml.MarkupXML
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.reports.LOCSeriesBuilder
gets the finished time series.
getTitle() - method in class net.sf.statcvs.reportmodel.TimeLine
Returns the title of the time line
getURL() - method in class net.sf.statcvs.charts.ChartImage
Returns the chart's URL, relative to the report root.
getURL() - method in class net.sf.statcvs.pages.NavigationNode
getURL() - method in class net.sf.statcvs.pages.Page
getURL() - method in class net.sf.statcvs.pages.PageGroup
getURL(Date) - static method in class net.sf.statcvs.pages.LogPageMaker
getURL(Date) - static method in class net.sf.statcvs.pages.xml.LogXmlMaker
getURL(Date) - static method in class net.sf.statcvs.pages.xml.RevisedFilesXml
getURL(net.sf.statcvs.model.Author) - static method in class net.sf.statcvs.pages.DeveloperPageMaker
getURL(net.sf.statcvs.model.Directory) - static method in class net.sf.statcvs.pages.DirectoryPageMaker
getValue() - method in class net.sf.statcvs.reportmodel.TimePoint
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
getWebBugtracker() - static method in class net.sf.statcvs.output.ConfigurationOptions
getWebBugtracker() - method in class net.sf.statcvs.output.ReportConfig
getWebRepository() - static method in class net.sf.statcvs.output.ConfigurationOptions
Returns a WebRepositoryIntegration object if the user has specified a URL to one.
getWebRepository() - method in class net.sf.statcvs.output.ReportConfig
getWidth() - method in class net.sf.statcvs.charts.ChartImage
Returns the chart's width in pixels.