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