net.sf.statcvs.pages.xml
public class FilesXml extends Object
Constructor and Description |
---|
FilesXml(ReportConfig config) |
Modifier and Type | Method and Description |
---|---|
org.jdom.Element |
largestFiles()
returns jdom element which contains data of the largest files in terms of LOC of the repository
|
org.jdom.Element |
mostRevs()
returns jdom element which contains data of the files with most revisions
|
org.jdom.Element |
toFile()
returns jdom element which contains data regarding the files of the repository
|
public FilesXml(ReportConfig config)
config
- Configuration and data for the report suitepublic org.jdom.Element toFile()
public org.jdom.Element largestFiles()
public org.jdom.Element mostRevs()