public class Checks extends Object
Constructor and Description |
---|
Checks() |
Modifier and Type | Method and Description |
---|---|
void |
add(RowInspector rowInspector) |
void |
cancelExistingAnalysis() |
protected void |
doRun(CancellableRepeatingCommand command) |
Collection<Check> |
get(RowInspector rowInspector) |
boolean |
isEmpty() |
protected List<Check> |
makePairRowChecks(RowInspector rowInspector,
RowInspector other) |
protected List<Check> |
makeSingleRowChecks(RowInspector rowInspector) |
Collection<Check> |
remove(RowInspector removedRowInspector) |
void |
run()
Run analysis without feedback
|
void |
run(org.uberfire.mvp.ParameterizedCommand<Status> onStatus,
org.uberfire.mvp.Command onCompletion)
Run analysis with feedback
|
void |
update(RowInspector oldRowInspector,
RowInspector newRowInspector) |
public void run()
public void run(org.uberfire.mvp.ParameterizedCommand<Status> onStatus, org.uberfire.mvp.Command onCompletion)
onStatus
- Command executed repeatedly receiving status updateonCompletion
- Command executed on completionprotected void doRun(CancellableRepeatingCommand command)
public void update(RowInspector oldRowInspector, RowInspector newRowInspector)
public Collection<Check> get(RowInspector rowInspector)
public boolean isEmpty()
public void add(RowInspector rowInspector)
protected List<Check> makeSingleRowChecks(RowInspector rowInspector)
protected List<Check> makePairRowChecks(RowInspector rowInspector, RowInspector other)
public Collection<Check> remove(RowInspector removedRowInspector)
public void cancelExistingAnalysis()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.