public class Checks extends Object
| Constructor and Description |
|---|
Checks() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RowInspector rowInspector) |
Collection<Check> |
get(RowInspector rowInspector) |
Collection<Check> |
getAll(RowInspector rowInspector) |
boolean |
isEmpty() |
protected ArrayList<Check> |
makePairRowChecks(RowInspector rowInspector,
RowInspector other) |
protected ArrayList<Check> |
makeSingleRowChecks(RowInspector rowInspector) |
Collection<Check> |
remove(RowInspector removedRowInspector) |
void |
run() |
void |
update(RowInspector oldRowInspector,
RowInspector newRowInspector) |
public void run()
public void update(RowInspector oldRowInspector, RowInspector newRowInspector)
public Collection<Check> get(RowInspector rowInspector)
public boolean isEmpty()
public void add(RowInspector rowInspector)
public Collection<Check> getAll(RowInspector rowInspector)
public Collection<Check> remove(RowInspector removedRowInspector)
protected ArrayList<Check> makePairRowChecks(RowInspector rowInspector, RowInspector other)
protected ArrayList<Check> makeSingleRowChecks(RowInspector rowInspector)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.