public class CheckRunManager extends Object
Constructor and Description |
---|
CheckRunManager(CheckRunner checkRunner) |
Modifier and Type | Method and Description |
---|---|
void |
addChecks(Set<Check> checks) |
void |
cancelExistingAnalysis() |
boolean |
isEmpty() |
void |
remove(RuleInspector removedRuleInspector) |
void |
run(StatusUpdate onStatus,
Command onCompletion)
Run analysis with feedback
|
public CheckRunManager(CheckRunner checkRunner)
public void run(StatusUpdate onStatus, Command onCompletion)
onStatus
- Command executed repeatedly receiving status updateonCompletion
- Command executed on completionpublic boolean isEmpty()
public void remove(RuleInspector removedRuleInspector)
public void cancelExistingAnalysis()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.