Package | Description |
---|---|
org.codenarc | |
org.codenarc.analyzer | |
org.codenarc.ant | |
org.codenarc.ruleset |
Modifier and Type | Method | Description |
---|---|---|
protected RuleSet |
CodeNarcRunner.createRuleSet() |
|
RuleSet |
AnalysisContext.getRuleSet() |
Modifier and Type | Method | Description |
---|---|---|
void |
AnalysisContext.setRuleSet(RuleSet value) |
Modifier and Type | Method | Description |
---|---|---|
Results |
FilesystemSourceAnalyzer.analyze(RuleSet ruleSet) |
|
Results |
SourceAnalyzer.analyze(RuleSet ruleSet) |
|
Results |
StringSourceAnalyzer.analyze(RuleSet ruleSet) |
|
protected List<Violation> |
AbstractSourceAnalyzer.collectViolations(SourceCode sourceCode,
RuleSet ruleSet) |
Modifier and Type | Field | Description |
---|---|---|
protected RuleSet |
CodeNarcTask.ruleSet |
Modifier and Type | Method | Description |
---|---|---|
Results |
AntFileSetSourceAnalyzer.analyze(RuleSet ruleSet) |
Analyze all source code using the specified RuleSet and return the report results.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CompositeRuleSet |
|
class |
FilteredRuleSet |
|
class |
GroovyDslRuleSet |
|
class |
ListRuleSet |
|
class |
XmlFileRuleSet |
|
class |
XmlReaderRuleSet |
Modifier and Type | Method | Description |
---|---|---|
RuleSet |
RuleSetBuilder.getRuleSet() |
|
RuleSet |
RuleSetDelegate.getRuleSet() |
|
protected RuleSet |
TopLevelDelegate.getRuleSet() |
|
static RuleSet |
RuleSetUtil.loadRuleSetFile(String path) |
Modifier and Type | Method | Description |
---|---|---|
void |
CompositeRuleSet.addRuleSet(RuleSet ruleSet) |
|
void |
PropertiesFileRuleSetConfigurer.configure(RuleSet ruleSet) |
|
void |
RuleSetDelegate.setRuleSet(RuleSet value) |
Constructor | Description |
---|---|
FilteredRuleSet(RuleSet ruleSet) |
|
RuleSetDelegate(RuleSet ruleSet) |
Copyright © 2019. All rights reserved.