Package edu.hm.hafner.analysis.parser
Klasse AbstractMavenLogParser
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.LookaheadParser
edu.hm.hafner.analysis.parser.AbstractMavenLogParser
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AntJavacParser,JavacParser,JavaDocParser,MavenConsoleParser
A base class for parsers that will work on subsections of Maven build logs. These logs can be divided into sections
that are created by specific maven plugins or goals.
- Autor:
- Jagruti Tiwari
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder edu.hm.hafner.analysis.LookaheadParser
ANT_TASKVon Klasse geerbte Felder edu.hm.hafner.analysis.IssueParser
ADDITIONAL_PROPERTIES, CATEGORY, COLUMN_END, COLUMN_START, DESCRIPTION, FILE_NAME, FINGERPRINT, ID, LINE_END, LINE_RANGE_END, LINE_RANGE_START, LINE_RANGES, LINE_START, MESSAGE, MODULE_NAME, ORIGIN, PACKAGE_NAME, SEVERITY, TYPE -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAbstractMavenLogParser(String pattern) Creates a new instance ofAbstractMavenLogParser. -
Methodenübersicht
Von Klasse geerbte Methoden edu.hm.hafner.analysis.LookaheadParser
createIssue, isLineInteresting, parse, postProcessVon Klasse geerbte Methoden edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Konstruktordetails
-
AbstractMavenLogParser
Creates a new instance ofAbstractMavenLogParser.- Parameter:
pattern- pattern of compiler warnings.
-
-
Methodendetails
-
preprocessLine
Beschreibung aus Klasse kopiert:LookaheadParserPreprocesses the specified line. This method is called before the line is checked for a match. Subclasses may override this empty default implementation.- Setzt außer Kraft:
preprocessLinein KlasseLookaheadParser- Parameter:
line- the line to preprocess
-
getModule
-
getGoal
-
hasGoals
-