Interface IViolationsOutput

All Known Implementing Classes:
CheckMojo, ReportTask.CheckFormatterElement

public interface IViolationsOutput
Call-back interface which is used to report rule violations to.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onViolation(ICoverageNode node, Rule rule, Limit limit, String message)
    Called for every rule violation.
  • Method Details

    • onViolation

      void onViolation(ICoverageNode node, Rule rule, Limit limit, String message)
      Called for every rule violation.
      Parameters:
      node - node which violates a rule
      rule - rule which is violated
      limit - limit which is violated
      message - readable message describing this violation