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, resolveSeverity
protected final RuleInspector ruleInspector
public SingleCheck(RuleInspector ruleInspector, AnalyzerConfiguration configuration, CheckType checkType)
protected CheckType getCheckType()
getCheckType
in class CheckBase
public RuleInspector getRuleInspector()
public int compareTo(SingleCheck singleCheck)
compareTo
in interface Comparable<SingleCheck>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.