|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacoco.report.check.RulesChecker
public class RulesChecker
Formatter which checks a set of given rules and reports violations to a
IViolationsOutput instance.
| Constructor Summary | |
|---|---|
RulesChecker()
New formatter instance. |
|
| Method Summary | |
|---|---|
IReportVisitor |
createVisitor(IViolationsOutput output)
Creates a new visitor to process the configured checks. |
void |
setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display for message formatting. |
void |
setRules(List<Rule> rules)
Sets the rules to check by this formatter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RulesChecker()
| Method Detail |
|---|
public void setRules(List<Rule> rules)
rules - rules to checkpublic void setLanguageNames(ILanguageNames languageNames)
languageNames - converter for language specific namespublic IReportVisitor createVisitor(IViolationsOutput output)
output - call-back to report violations to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||