public class RulesChecker
extends java.lang.Object
IViolationsOutput
instance.Constructor | Description |
---|---|
RulesChecker() |
New formatter instance.
|
Modifier and Type | Method | Description |
---|---|---|
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(java.util.List<Rule> rules) |
Sets the rules to check by this formatter.
|
public void setRules(java.util.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 toCopyright © 2018. All rights reserved.