- 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.CommitLogPageMaker
-
- 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() - 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(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
Author
s 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.
- getBackgroundColor(String) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
returns the background color from the config file, tries properties:
- 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
-
- getCharSet() - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
- getCharSet() - Method in class net.sf.statcvs.output.ReportConfig
-
- 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
Commit
s.
- getConfigBooleanProperty(String, String, Boolean) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a Boolean prop.
- getConfigColorProperty(String, Color) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a String prop.
- getConfigColorProperty(String, String, Color) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a Color prop.
- getConfigFloatProperty(String, String, Float) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a Float prop.
- getConfigIntegerProperty(String, Float) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a Float prop.
- getConfigIntegerProperty(String, Integer) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a Integer prop.
- getConfigIntegerProperty(String, String, Integer) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a Integer prop.
- getConfigModuleName(String) - Static method in class net.sf.statcvs.util.ModuleUtil
-
- getConfigModuleRegexp(String) - Static method in class net.sf.statcvs.util.ModuleUtil
-
- getConfigModules() - Static method in class net.sf.statcvs.util.ModuleUtil
-
- getConfigProperties() - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
The config properties.
- getConfigStringListProperty(String, String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a list of String prop.
- getConfigStringProperty(String, String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
Return a String prop.
- getConfigStringProperty(String, String, String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
- getContent() - Method in class net.sf.statcvs.reports.AbstractLocTableReport
-
- getContent() - Method in class net.sf.statcvs.reports.AbstractRollingLocTableReport
-
- getCssHandler() - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
- 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.Module
-
- 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() - 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 separator
- 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
-
- getDeveloperCount() - Method in class net.sf.statcvs.reports.AbstractRollingLocTableReport
-
- 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.
- getDimension(String, Dimension) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
returns the PLOT color from the config file, tries properties:
- getDirectories() - Method in class net.sf.statcvs.model.Author
-
Returns all
Directory
s 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 String
s containing the
directories in the file set, ordered by name.
- 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(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 component 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 dependent path separator
- getEffectiveLinesOfCode() - Method in class net.sf.statcvs.model.Revision
-
Deprecated.
- 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.
- 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.Module
-
- getFiles() - Method in class net.sf.statcvs.model.Repository
-
- 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(Revision) - Method in class net.sf.statcvs.output.ChoraIntegration
-
- getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.CvswebIntegration
-
- getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.JCVSWebIntegration
-
- getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.TracIntegration
-
- getFileViewUrl(Revision) - Method in class net.sf.statcvs.output.ViewCvsIntegration
-
- getFileViewUrl(Revision) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
-
Returns a URL to a file in the web repository browser.
- getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.ChoraIntegration
-
- getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.CvswebIntegration
-
- getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.JCVSWebIntegration
-
- getFileViewUrl(VersionedFile) - Method in class net.sf.statcvs.output.TracIntegration
-
- getFileViewUrl(VersionedFile) - 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.
- getFirstDate() - Method in class net.sf.statcvs.model.Repository
-
Returns the first Date
when there
were changes on the repository.
- getFooterUrl() - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
- 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, String) - Method in class net.sf.statcvs.pages.MarkupHTML
-
- getHeader(String, String, String) - Method in interface net.sf.statcvs.pages.MarkupSyntax
-
- getHeader(String, String, String) - Method in class net.sf.statcvs.pages.MarkupXDoc
-
- getHeader(String, String, String) - Method in class net.sf.statcvs.pages.xml.MarkupXML
-
- getHeaderUrl() - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
- 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
-
- 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
-
- getLines() - Method in class net.sf.statcvs.model.Revision
-
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.Revision
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- getLinesRemoved() - Method in class net.sf.statcvs.input.RevisionData
-
- getLinesRemoved() - Method in class net.sf.statcvs.model.Revision
-
Deprecated.
- getLineValue() - Method in class net.sf.statcvs.model.Revision
-
Deprecated.
- 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() - 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
-
- getModule() - Method in class net.sf.statcvs.model.VersionedFile
-
- 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.
- getModules() - Method in class net.sf.statcvs.model.Repository
-
- 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.model.Module
-
- getName() - Method in class net.sf.statcvs.model.SymbolicName
-
Returns the symbolic name's name.
- 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.JCVSWebIntegration
-
- getName() - Method in class net.sf.statcvs.output.TracIntegration
-
- getName() - Method in class net.sf.statcvs.output.ViewCvsIntegration
-
- getName() - Method in class net.sf.statcvs.output.ViewVcIntegration
-
- getName() - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
-
Returns the name of the repository browser
- 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.weblinks.bugs.Mantis
-
- 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
-
- getPage() - Method in class net.sf.statcvs.pages.IndexPageMaker
-
- getPages() - Method in class net.sf.statcvs.pages.CommitLogPageGroupMaker
-
- 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 component 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.
- getPlotColor(String) - Static method in class net.sf.statcvs.charts.ChartConfigUtil
-
returns the PLOT color from the config file, tries properties:
- 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.
- getPreviousRevision(Revision) - Method in class net.sf.statcvs.model.VersionedFile
-
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
- getRawContent() - Method in class net.sf.statcvs.reports.CloudCommitTableReport
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.input.RevisionData
-
- getRevisionNumber() - Method in class net.sf.statcvs.model.Revision
-
Returns the revision number.
- 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
Revision
s 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
Revision
s to files in
this directory, in order from oldest to most recent.
- getRevisions() - Method in class net.sf.statcvs.model.Module
-
Returns all
Revision
s 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
Revision
s
in the repository, sorted from oldest to most recent.
- getRevisions() - Method in class net.sf.statcvs.model.SymbolicName
-
Returns a set of
Revision
s contained in this symbolic name.
- getRevisions() - Method in class net.sf.statcvs.model.VersionedFile
-
Returns the list of
Revision
s 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
-
- getRows() - Method in class net.sf.statcvs.reportmodel.RatioColumn
-
- getShortTitle() - Method in interface 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
SymbolicName
s,
ordered from latest to oldest.
- getSymbolicNames() - Method in class net.sf.statcvs.model.Revision
-
Returns a list of
SymbolicName
s 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.CloudCommitTableReport
-
- getTable() - Method in class net.sf.statcvs.reports.DevelopersOfTheMonthTable
-
- getTable() - Method in class net.sf.statcvs.reports.DevelopersRollingTableReport
-
- 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.ModuleTableReport
-
- getTable() - Method in interface 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 interface 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
- getTwitterUserId() - Method in class net.sf.statcvs.model.Author
-
- getTwitterUserName() - Method in class net.sf.statcvs.model.Author
-
- getURL() - Method in class net.sf.statcvs.charts.ChartImage
-
Returns the chart's URL, relative to the report root.
- getURL() - Method in interface 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.CommitLogPageMaker
-
- 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(Author) - Static method in class net.sf.statcvs.pages.DeveloperPageMaker
-
- getURL(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
-
- 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.