- 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 in net.sf.statcvs.reports
-
Table report for a table containing the files with most lines of code
- LargestFilesTableReport(ReportConfig, SortedSet, int) - Constructor for class net.sf.statcvs.reports.LargestFilesTableReport
-
Creates a table containing the largest files from a file list
- LinkColumn - Class in net.sf.statcvs.reportmodel
-
- LinkColumn(String) - Constructor for class net.sf.statcvs.reportmodel.LinkColumn
-
- listify(String, String) - Static method in class net.sf.statcvs.util.StringUtils
-
helper method to convert a 'delimiter' separated string to a list.
- LocalFileCssHandler - Class in net.sf.statcvs.output
-
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 in net.sf.statcvs.charts
-
Produces Lines Of Code charts
TODO: At least the single-series charts should be done by TimeLineChartMakers
- LOCChartMaker(String, ReportConfig, List, String, String, Dimension, List) - Constructor for class net.sf.statcvs.charts.LOCChartMaker
-
Creates a Lines Of Code chart from a list of BasicTimesSeries and
saves it as PNG
- LOCChartMaker(String, ReportConfig, TimeSeries, String, String, Dimension, List) - Constructor for class net.sf.statcvs.charts.LOCChartMaker
-
Creates a Lines Of Code chart from a BasicTimeSeries and
saves it as PNG
- LOCChartMaker.AllDevelopersLOCChartMaker - Class in net.sf.statcvs.charts
-
- LOCChartMaker.AllDirectoriesLOCChartMaker - Class in net.sf.statcvs.charts
-
- LOCChartMaker.AllModulesLOCChartMaker - Class in net.sf.statcvs.charts
-
- LOCChartMaker.DirectoryLOCChartMaker - Class in net.sf.statcvs.charts
-
- LOCChartMaker.MainLOCChartMaker - Class in net.sf.statcvs.charts
-
- LOCChurnChartMaker - Class in net.sf.statcvs.output
-
Class for producing Lines Of Code with Churn charts
- LOCChurnChartMaker(String, ReportConfig, TimeSeries, TimeSeries, String, String, List) - Constructor for class net.sf.statcvs.output.LOCChurnChartMaker
-
Creates a Lines Of Code chart from a BasicTimeSeries and saves
it as PNG
- LOCPageMaker - Class in net.sf.statcvs.pages
-
- LOCPageMaker(ReportConfig) - Constructor for class net.sf.statcvs.pages.LOCPageMaker
-
- LOCSeriesBuilder - Class in net.sf.statcvs.reports
-
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 in net.sf.statcvs.util
-
Logging formatter for StatCvs
- LogFormatter() - Constructor for class net.sf.statcvs.util.LogFormatter
-
- LogSyntaxException - Exception in net.sf.statcvs.input
-
- LogSyntaxException() - Constructor for exception net.sf.statcvs.input.LogSyntaxException
-
- LogSyntaxException(String) - Constructor for exception net.sf.statcvs.input.LogSyntaxException
-
- LogXml - Class in net.sf.statcvs.pages.xml
-
- LogXml(ReportConfig) - Constructor for class net.sf.statcvs.pages.xml.LogXml
-
- LogXmlMaker - Class in net.sf.statcvs.pages.xml
-
- LogXmlMaker(ReportConfig, Collection) - Constructor for class net.sf.statcvs.pages.xml.LogXmlMaker
-
Creates a new LogPageMaker.
- LookaheadReader - Class in net.sf.statcvs.util
-
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.