Class 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 Detail

      • Report

        public Report()
    • Method Detail

      • getFiles

        public List<File> getFiles()
        Returns an unmodifiable Collection.
        Returns:
        files getter
      • setFiles

        public void setFiles​(List<File> files)
        Setter for the List files.
        Parameters:
        files - a list of files.
      • addFile

        public void addFile​(File file)
        Adds a new File to the Collection.
        Parameters:
        file - setter