public class CheckRunner extends Object implements UpdateHandler
| Constructor and Description |
|---|
CheckRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChecks(Set<Check> checks) |
void |
cancelExistingAnalysis() |
protected void |
doRun(CancellableRepeatingCommand command) |
boolean |
isEmpty() |
void |
remove(RuleInspector removedRuleInspector) |
void |
run(ParameterizedCommand<Status> onStatus,
com.google.gwt.user.client.Command onCompletion)
Run analysis with feedback
|
public void run(ParameterizedCommand<Status> onStatus, com.google.gwt.user.client.Command onCompletion)
onStatus - Command executed repeatedly receiving status updateonCompletion - Command executed on completionprotected void doRun(CancellableRepeatingCommand command)
public void addChecks(Set<Check> checks)
addChecks in interface UpdateHandlerpublic boolean isEmpty()
public void remove(RuleInspector removedRuleInspector)
public void cancelExistingAnalysis()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.