Class ParasoftParser
- java.lang.Object
-
- edu.hm.hafner.analysis.IssueParser
-
- com.parasoft.findings.jenkins.parser.ParasoftParser
-
- All Implemented Interfaces:
Serializable
public class ParasoftParser extends edu.hm.hafner.analysis.IssueParser
A parser for Parasoft files containing xml report.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParasoftParser(Properties properties, String workspace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.hm.hafner.analysis.Report
convert(Iterator<com.parasoft.findings.utils.results.violations.IViolation> importResults, com.parasoft.findings.utils.results.xml.RulesImportHandler rulesImportHandler)
Properties
getProperties()
edu.hm.hafner.analysis.Report
parse(edu.hm.hafner.analysis.ReaderFactory readerFactory)
-
-
-
Constructor Detail
-
ParasoftParser
public ParasoftParser(Properties properties, String workspace)
-
-
Method Detail
-
getProperties
public Properties getProperties()
-
parse
public edu.hm.hafner.analysis.Report parse(edu.hm.hafner.analysis.ReaderFactory readerFactory) throws edu.hm.hafner.analysis.ParsingException, edu.hm.hafner.analysis.ParsingCanceledException
- Specified by:
parse
in classedu.hm.hafner.analysis.IssueParser
- Throws:
edu.hm.hafner.analysis.ParsingException
edu.hm.hafner.analysis.ParsingCanceledException
-
convert
public edu.hm.hafner.analysis.Report convert(Iterator<com.parasoft.findings.utils.results.violations.IViolation> importResults, com.parasoft.findings.utils.results.xml.RulesImportHandler rulesImportHandler)
-
-