Alphabetical Index: T

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

T

Table - class net.sf.statcvs.reportmodel.Table
Represents a data table for a report.
Table(String) - constructor for class net.sf.statcvs.reportmodel.Table
Creates a new table model
TableCellRenderer - interface net.sf.statcvs.renderer.TableCellRenderer
Interface for a class that turns Columns into their representation for some output format, for example a HTML <td> or an XML element.
TableRenderer - class net.sf.statcvs.renderer.TableRenderer
Renders a Table to HTML
Creates a new table renderer for the given table model
TableReport - interface net.sf.statcvs.reports.TableReport
A table report generates a Table from some data source.
TAG_BUG_TRACKER - static field in class net.sf.statcvs.pages.xml.XmlTags
TAG_CHECKED_OUT_DIR - static field in class net.sf.statcvs.pages.xml.XmlTags
TAG_PROJECT - static field in class net.sf.statcvs.pages.xml.XmlTags
TAG_ROOT - static field in class net.sf.statcvs.pages.xml.XmlTags
TAG_WEB_REPOSITORY - static field in class net.sf.statcvs.pages.xml.XmlTags
TagReport - class net.sf.statcvs.reports.TagReport
Collects information about repository tags.
TagReport(net.sf.statcvs.output.ReportConfig) - constructor for class net.sf.statcvs.reports.TagReport
TimeBarChartMaker - class net.sf.statcvs.charts.TimeBarChartMaker
Produces bar charts where each bar represents a time slot, e.g.
Creates a new BarChartMaker.
TimeLine - class net.sf.statcvs.reportmodel.TimeLine
Contains time line data for an integer value.
TimeLine(String,String) - constructor for class net.sf.statcvs.reportmodel.TimeLine
Creates a new time line.
TimeLineChartMaker - class net.sf.statcvs.charts.TimeLineChartMaker
Creates charts from TimeLines.
Creates a chart from a time line.
TimePoint - class net.sf.statcvs.reportmodel.TimePoint
Encapsulates a data point in a TimeLine
TimePoint(Date,int,int) - constructor for class net.sf.statcvs.reportmodel.TimePoint
Creates a new TimePoint
toFile() - method in class net.sf.statcvs.pages.AllDevelopersPageMaker
toFile() - method in class net.sf.statcvs.pages.xml.AllDevelopersXml
returns jdom element which contains data extracted from DeveloeprsTableReport
toFile() - method in class net.sf.statcvs.output.ChurnPageMaker
toFile() - method in class net.sf.statcvs.charts.CommitScatterChartMaker
toFile() - method in class net.sf.statcvs.pages.DeveloperPageMaker
toFile() - method in class net.sf.statcvs.pages.xml.DirectoriesXml
returns jdom element which contains data extracted from the SortedSet of directories
toFile() - method in class net.sf.statcvs.pages.DirectoryPageMaker
toFile() - method in class net.sf.statcvs.charts.DirectoryPieChartMaker
toFile() - method in class net.sf.statcvs.charts.DirectoryPieChartMaker.CodeDistributionChartMaker
toFile() - method in class net.sf.statcvs.pages.DirectorySizesPageMaker
toFile() - method in class net.sf.statcvs.pages.FileSizesPageMaker
toFile() - method in class net.sf.statcvs.pages.xml.FilesXml
returns jdom element which contains data regarding the files of the repository
toFile() - method in class net.sf.statcvs.pages.IndexPageMaker
toFile() - method in class net.sf.statcvs.charts.LOCChartMaker
toFile() - method in class net.sf.statcvs.output.LOCChurnChartMaker
toFile() - method in class net.sf.statcvs.pages.LOCPageMaker
toFile() - method in class net.sf.statcvs.pages.LogPageMaker
toFile() - method in class net.sf.statcvs.pages.xml.LogXml
returns jdom element which contains data extracted from the commit list of the repository
toFile() - method in class net.sf.statcvs.pages.xml.LogXmlMaker
toFile() - method in class net.sf.statcvs.charts.ModifyAddChartMaker
toFile() - method in class net.sf.statcvs.output.RepoMapPageMaker
toFile() - method in class net.sf.statcvs.pages.ReportSuiteMaker
TODO: Don't throw exception
toFile() - method in class net.sf.statcvs.pages.xml.RevisedFilesXml
toFile() - method in class net.sf.statcvs.charts.TimeBarChartMaker
Creates a bar chart image file.
toFile() - method in class net.sf.statcvs.charts.TimeLineChartMaker
toHTMLWithLinks(String) - method in class net.sf.statcvs.weblinks.bugs.BugTracker
Filters a String, e.g.
TopDevelopersTableReport - class net.sf.statcvs.reports.TopDevelopersTableReport
Table report which creates a table containing the names of the top 10 developers and their LOC contributions.
Creates a table report containing the top 10 authors and their LOC contributions
toString() - method in class net.sf.statcvs.model.Author
toString() - method in class net.sf.statcvs.output.DefaultCssHandler
toString
toString() - method in class net.sf.statcvs.util.FilePatternMatcher
toString() - method in class net.sf.statcvs.output.LocalFileCssHandler
toString
toString() - method in class net.sf.statcvs.pages.MarkupHTML
toString() - method in class net.sf.statcvs.pages.MarkupXDoc
toString() - method in class net.sf.statcvs.model.Repository
toString() - method in class net.sf.statcvs.model.Revision
toString() - method in class net.sf.statcvs.input.RevisionData
toString() - method in class net.sf.statcvs.model.SymbolicName
toString() - method in class net.sf.statcvs.output.UrlCssHandler
toString
toString() - method in class net.sf.statcvs.model.VersionedFile
toXml() - method in class net.sf.statcvs.pages.ReportSuiteMaker
this method will move away from the ordinary routine taken by statSVn and will invoke some new classes that are written to generate the xml's
TracIntegration - class net.sf.statcvs.output.TracIntegration
TracIntegration(String) - constructor for class net.sf.statcvs.output.TracIntegration
TYPE_BEGIN_OF_LOG - static field in class net.sf.statcvs.model.Revision
Marks a revision at the very beginning of the log timespan.
TYPE_CHANGE - static field in class net.sf.statcvs.model.Revision
Marks a revision that changes the file.
TYPE_CREATION - static field in class net.sf.statcvs.model.Revision
Marks a revision that creates a new file.
TYPE_DELETION - static field in class net.sf.statcvs.model.Revision
Marks a revision that deletes the file.