public abstract class SingleCheck extends CheckBase implements Comparable<SingleCheck>
| Modifier and Type | Field and Description |
|---|---|
protected RuleInspector |
ruleInspector |
configuration, hasIssues| Constructor and Description |
|---|
SingleCheck(RuleInspector ruleInspector,
AnalyzerConfiguration configuration,
CheckType checkType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SingleCheck singleCheck) |
protected CheckType |
getCheckType() |
RuleInspector |
getRuleInspector() |
getDefaultSeverity, getIssue, hasIssues, isActive, makeIssue, resolveSeverityprotected final RuleInspector ruleInspector
public SingleCheck(RuleInspector ruleInspector, AnalyzerConfiguration configuration, CheckType checkType)
protected CheckType getCheckType()
getCheckType in class CheckBasepublic RuleInspector getRuleInspector()
public int compareTo(SingleCheck singleCheck)
compareTo in interface Comparable<SingleCheck>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.