Class Report
- java.lang.Object
-
- edu.hm.hafner.analysis.parser.jcreport.Report
-
public class Report extends Object
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 Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFile(File file)Adds a new File to the Collection.List<File>getFiles()Returns an unmodifiable Collection.voidsetFiles(List<File> files)Setter for the List files.
-