public interface RuleDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
rule category
|
String |
getDescription()
a description
|
List<Example> |
getExamples()
examples of this errors catch by this rule
|
String |
getGroup()
rule group
|
String |
getId()
prefixed identifier
|
String |
getMessage()
long error message generated by this rule
|
RuleType |
getRuleType()
short error message generated by this rule
|
String |
getShortMessage()
short error message generated by this rule
|
boolean |
isXMLBased()
True if this definition is from a XML based rule.
|
String getId()
String getCategory()
String getGroup()
String getDescription()
RuleType getRuleType()
String getMessage()
String getShortMessage()
List<Example> getExamples()
boolean isXMLBased()
Copyright © 2012–2017 CoGrOO. All rights reserved.