Package net.sf.statcvs.pages.xml
Class FilesXml
java.lang.Object
net.sf.statcvs.pages.xml.FilesXml
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom.Element
returns jdom element which contains data of the largest files in terms of LOC of the repositoryorg.jdom.Element
mostRevs()
returns jdom element which contains data of the files with most revisionsorg.jdom.Element
toFile()
returns jdom element which contains data regarding the files of the repository
-
Constructor Details
-
FilesXml
- Parameters:
config
- Configuration and data for the report suite
-
-
Method Details
-
toFile
public org.jdom.Element toFile()returns jdom element which contains data regarding the files of the repository -
largestFiles
public org.jdom.Element largestFiles()returns jdom element which contains data of the largest files in terms of LOC of the repository -
mostRevs
public org.jdom.Element mostRevs()returns jdom element which contains data of the files with most revisions
-