java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.jcreport.JcReportParser
Alle implementierten Schnittstellen:
Serializable

public class JcReportParser extends IssueParser
JcReportParser-Class. This class parses from the jcReport.xml and creates warnings from its content.
Autor:
Johann Vierthaler, johann.vierthaler@web.de
Siehe auch:
  • Konstruktordetails

    • JcReportParser

      public JcReportParser()
  • Methodendetails

    • parse

      public Report parse(ReaderFactory reader)
      Beschreibung aus Klasse kopiert: IssueParser
      Parses the specified file for issues.
      Angegeben von:
      parse in Klasse IssueParser
      Parameter:
      reader - provides a reader to the reports
      Gibt zurück:
      the issues
    • createReport

      public Report createReport(ReaderFactory readerFactory) throws ParsingException
      Creates a Report-Object out of the content within the JcReport.xml.
      Parameter:
      readerFactory - the Reader-object that is the source to build the Report-Object.
      Gibt zurück:
      the finished Report-Object that creates the Warnings.
      Löst aus:
      ParsingException - due to digester.parse(new InputSource(source))