public abstract class SingleCheck extends Object implements Comparable<SingleCheck>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasIssues |
protected RuleInspector |
ruleInspector |
| Constructor and Description |
|---|
SingleCheck(RuleInspector ruleInspector) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
check() |
int |
compareTo(SingleCheck singleCheck) |
RuleInspector |
getRuleInspector() |
boolean |
hasIssues() |
protected final RuleInspector ruleInspector
protected boolean hasIssues
public SingleCheck(RuleInspector ruleInspector)
public RuleInspector getRuleInspector()
public int compareTo(SingleCheck singleCheck)
compareTo in interface Comparable<SingleCheck>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.