public abstract class RuleInspectorCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleInspectorCache.Filter |
| Constructor and Description |
|---|
RuleInspectorCache(Index index,
AnalyzerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
RuleInspector |
addRow(int index) |
Collection<RuleInspector> |
all() |
Collection<RuleInspector> |
all(RuleInspectorCache.Filter filter) |
Collection<RuleInspector> |
allRuleInspectors() |
AnalyzerConfiguration |
getConfiguration() |
protected Rule |
getRule(int rowNumber) |
RuleInspector |
getRuleInspector(int row) |
protected abstract Rule |
makeRule(int index) |
RuleInspector |
removeRow(int rowNumber) |
void |
reset() |
protected final Index index
public RuleInspectorCache(Index index, AnalyzerConfiguration configuration)
public void reset()
public Collection<RuleInspector> all()
public Collection<RuleInspector> all(RuleInspectorCache.Filter filter)
public RuleInspector removeRow(int rowNumber)
protected Rule getRule(int rowNumber)
public RuleInspector addRow(int index)
protected abstract Rule makeRule(int index)
public RuleInspector getRuleInspector(int row)
public Collection<RuleInspector> allRuleInspectors()
public AnalyzerConfiguration getConfiguration()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.