Package edu.hm.hafner.analysis.parser
Class TaglistParser
- java.lang.Object
-
- edu.hm.hafner.analysis.IssueParser
-
- edu.hm.hafner.analysis.parser.TaglistParser
-
- All Implemented Interfaces:
Serializable
public class TaglistParser extends IssueParser
Parser for Taglist Maven Plugin output. During parse, class names are converted into assumed file system names, sopackage.name.classbecomespackage/name/class.java.- Author:
- Jason Faust
- See Also:
- https://www.mojohaus.org/taglist-maven-plugin/, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaglistParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reportparse(ReaderFactory readerFactory)Parses the specified file for issues.-
Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
-
-
-
Method Detail
-
parse
public Report parse(ReaderFactory readerFactory) throws ParsingException
Description copied from class:IssueParserParses the specified file for issues.- Specified by:
parsein classIssueParser- Parameters:
readerFactory- provides a reader to the reports- Returns:
- the issues
- Throws:
ParsingException- Signals that during parsing a non recoverable error has been occurred
-
-