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.
Autor:
Johann Vierthaler, johann.vierthaler@web.de
  • Konstruktordetails

    • Report

      public Report()
  • Methodendetails

    • getFiles

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

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

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