Package org.jacoco.report.check
Interface IViolationsOutput
-
- All Known Implementing Classes:
CheckMojo,ReportTask.CheckFormatterElement
public interface IViolationsOutputCall-back interface which is used to report rule violations to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonViolation(ICoverageNode node, Rule rule, Limit limit, java.lang.String message)Called for every rule violation.
-
-
-
Method Detail
-
onViolation
void onViolation(ICoverageNode node, Rule rule, Limit limit, java.lang.String message)
Called for every rule violation.- Parameters:
node- node which violates a rulerule- rule which is violatedlimit- limit which is violatedmessage- readable message describing this violation
-
-