public class Analyzer extends Object
Constructor and Description |
---|
Analyzer(Reporter reporter,
Index index,
AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
analyze() |
void |
deleteColumn(int firstColumnIndex) |
void |
newColumn(Column column) |
void |
newRule(Rule rule) |
void |
removeRule(Integer rowDeleted) |
void |
resetChecks() |
void |
start() |
void |
update(Set<Integer> canBeUpdated) |
public Analyzer(Reporter reporter, Index index, AnalyzerConfiguration configuration)
public void newColumn(Column column)
public void newRule(Rule rule)
public void deleteColumn(int firstColumnIndex)
public void resetChecks()
public void removeRule(Integer rowDeleted)
public void start()
public void analyze()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.