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