Class OrtResultRule

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final OrtResult getOrtResult() The OrtResult to check.
      String getDescription() Return a human-readable description of this rule.
      String issueSource() Return a string to be used as Issue.
      final Unit issue(Severity severity, String message, String howToFix)
      final Unit hint(String message, String howToFix)
      final Unit warning(String message, String howToFix)
      final Unit error(String message, String howToFix)
      • Methods inherited from class org.ossreviewtoolkit.evaluator.Rule

        error, evaluate, getMatchers, getName, getRuleSet, getViolations, hasLabel, hint, issue, require, runInternal, warning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait