public final class JavaRuleViolationFactory extends AbstractRuleViolationFactory
Modifier and Type | Field and Description |
---|---|
static RuleViolationFactory |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected RuleViolation |
createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message) |
protected RuleViolation |
createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message,
int beginLine,
int endLine) |
addViolation, addViolation
public static final RuleViolationFactory INSTANCE
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message)
createRuleViolation
in class AbstractRuleViolationFactory
protected RuleViolation createRuleViolation(Rule rule, RuleContext ruleContext, Node node, String message, int beginLine, int endLine)
createRuleViolation
in class AbstractRuleViolationFactory
Copyright © 2002-2014 InfoEther. All Rights Reserved.