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