public class RuleInspectorCache extends Object
Constructor and Description |
---|
RuleInspectorCache(Index index,
AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
RuleInspector |
addRule(Rule rule) |
Collection<RuleInspector> |
all() |
Collection<RuleInspector> |
all(Predicate<RuleInspector> filter) |
void |
deleteColumns(int firstColumnIndex) |
Set<Issue> |
getAllIssues() |
AnalyzerConfiguration |
getConfiguration() |
Set<Check> |
getGeneralChecks() |
RuleInspector |
getRuleInspector(int row) |
void |
newColumn(Column column) |
RuleInspector |
removeRow(int rowNumber) |
void |
reset() |
protected final Index index
public RuleInspectorCache(Index index, AnalyzerConfiguration configuration)
public void reset()
public void newColumn(Column column)
public Collection<RuleInspector> all()
public Collection<RuleInspector> all(Predicate<RuleInspector> filter)
public RuleInspector removeRow(int rowNumber)
public void deleteColumns(int firstColumnIndex)
public RuleInspector addRule(Rule rule)
public RuleInspector getRuleInspector(int row)
public AnalyzerConfiguration getConfiguration()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.