public abstract class AbstractGenericChecker<T> extends Object implements GenericChecker<T>
| Constructor and Description |
|---|
AbstractGenericChecker() |
| Modifier and Type | Method and Description |
|---|---|
AbstractGenericChecker |
add(RuleDefinition ruleDefinition) |
RuleDefinition |
getRuleDefinition(String ruleID) |
Collection<RuleDefinition> |
getRulesDefinition()
Returns the descriptions of the rules implemented by this checker.
|
void |
ignore(String id)
The checker should ignore the rule with the given id.
|
void |
resetIgnored()
Reset all ignored rules
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, getIdPrefix, getPrioritypublic void ignore(String id)
GenericCheckerignore in interface GenericChecker<T>id - the rule id to be ignoredpublic void resetIgnored()
GenericCheckerresetIgnored in interface GenericChecker<T>public AbstractGenericChecker add(RuleDefinition ruleDefinition)
public RuleDefinition getRuleDefinition(String ruleID)
public Collection<RuleDefinition> getRulesDefinition()
GenericCheckergetRulesDefinition in interface GenericChecker<T>Copyright © 2012–2017 CoGrOO. All rights reserved.