Alphabetical Index: L

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

L

largestFiles() - method in class net.sf.statcvs.pages.xml.FilesXml
returns jdom element which contains data of the largest files in terms of LOC of the repository
LargestFilesTableReport - class net.sf.statcvs.reports.LargestFilesTableReport
Table report for a table containing the files with most lines of code
Creates a table containing the largest files from a file list
LinkColumn - class net.sf.statcvs.reportmodel.LinkColumn
LinkColumn(String) - constructor for class net.sf.statcvs.reportmodel.LinkColumn
LocalFileCssHandler - class net.sf.statcvs.output.LocalFileCssHandler
CSS handler for a local CSS file which will be copied to the output dir.
LocalFileCssHandler(String) - constructor for class net.sf.statcvs.output.LocalFileCssHandler
Creates a new LocalFileCssHandler for a given CSS file.
LOCChartMaker - class net.sf.statcvs.charts.LOCChartMaker
Produces Lines Of Code charts TODO: At least the single-series charts should be done by TimeLineChartMakers
Creates a Lines Of Code chart from a list of BasicTimesSeries and saves it as PNG
Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
LOCChurnChartMaker - class net.sf.statcvs.output.LOCChurnChartMaker
Class for producing Lines Of Code with Churn charts
Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
LOCPageMaker - class net.sf.statcvs.pages.LOCPageMaker
LOCPageMaker(net.sf.statcvs.output.ReportConfig) - constructor for class net.sf.statcvs.pages.LOCPageMaker
LOCSeriesBuilder - class net.sf.statcvs.reports.LOCSeriesBuilder
Builds a BasicTimesSeries for the LOC history of a set of revisions.
LOCSeriesBuilder(String,boolean) - constructor for class net.sf.statcvs.reports.LOCSeriesBuilder
Creates a new LOCSeriesBuilder
LogFormatter - class net.sf.statcvs.util.LogFormatter
Logging formatter for StatCvs
LogPageGroupMaker - class net.sf.statcvs.pages.LogPageGroupMaker
LogPageMaker - class net.sf.statcvs.pages.LogPageMaker
Creates a new LogPageMaker.
LogSyntaxException - class net.sf.statcvs.input.LogSyntaxException
LogSyntaxException() - constructor for class net.sf.statcvs.input.LogSyntaxException
LogSyntaxException(String) - constructor for class net.sf.statcvs.input.LogSyntaxException
LogXml - class net.sf.statcvs.pages.xml.LogXml
LogXml(net.sf.statcvs.output.ReportConfig) - constructor for class net.sf.statcvs.pages.xml.LogXml
LogXmlMaker - class net.sf.statcvs.pages.xml.LogXmlMaker
This is a mere copy of the LogXMLpagemaker class with few changes done
LogXmlMaker(net.sf.statcvs.output.ReportConfig,Collection) - constructor for class net.sf.statcvs.pages.xml.LogXmlMaker
Creates a new LogPageMaker.
LookaheadReader - class net.sf.statcvs.util.LookaheadReader
Wraps a Reader for line-by-line access.
LookaheadReader(Reader) - constructor for class net.sf.statcvs.util.LookaheadReader
Creates a LookaheadReader from a source reader.