Class Report
java.lang.Object
edu.hm.hafner.analysis.parser.jcreport.Report
This is the Report-Class. It is mandatory to create Warnings. It represents the outer-most node within the
report.xml.
- Author:
- Johann Vierthaler, johann.vierthaler@web.de
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Report
public Report()
-
-
Method Details
-
getFiles
Returns an unmodifiable Collection.- Returns:
- files getter
-
setFiles
Setter for the List files.- Parameters:
files- a list of files.
-
addFile
Adds a new File to the Collection.- Parameters:
file- setter
-