Package net.sf.statcvs.reports
Class AvgFileSizeTimeLineReport
- java.lang.Object
-
- net.sf.statcvs.reports.AvgFileSizeTimeLineReport
-
public class AvgFileSizeTimeLineReport extends java.lang.Object
Time line for the average file size from a specified file list.- Version:
- $Id: AvgFileSizeTimeLineReport.java,v 1.6 2008/04/02 11:22:15 benoitx Exp $
- Author:
- Richard Cyganiak
-
-
Constructor Summary
Constructors Constructor Description AvgFileSizeTimeLineReport(java.util.SortedSet files)
Creates a new file count time line for a specified list of files.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeLine
getTimeLine()
Returns the result time line
-
-
-
Constructor Detail
-
AvgFileSizeTimeLineReport
public AvgFileSizeTimeLineReport(java.util.SortedSet files)
Creates a new file count time line for a specified list of files.- Parameters:
files
- a list ofVersionedFile
s
-
-
Method Detail
-
getTimeLine
public TimeLine getTimeLine()
Returns the result time line- Returns:
- the result time line
-
-