net.sf.statcvs.pages.xml

Class FilesXml


public class FilesXml
extends Object

Version:
$Id: FilesXml.java,v 1.5 2008/04/02 11:52:02 benoitx Exp $
Author:
Nilendra Weerasinghe (nilendraw@gmail.com)

Constructor Summary

FilesXml(ReportConfig config)

Method Summary

Element
largestFiles()
returns jdom element which contains data of the largest files in terms of LOC of the repository
Element
mostRevs()
returns jdom element which contains data of the files with most revisions
Element
toFile()
returns jdom element which contains data regarding the files of the repository

Constructor Details

FilesXml

public FilesXml(ReportConfig config)
Parameters:
config - Configuration and data for the report suite

Method Details

largestFiles

public Element largestFiles()
returns jdom element which contains data of the largest files in terms of LOC of the repository

mostRevs

public Element mostRevs()
returns jdom element which contains data of the files with most revisions

toFile

public Element toFile()
returns jdom element which contains data regarding the files of the repository