|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleSet | |
|---|---|
| org.codenarc | |
| org.codenarc.analyzer | |
| org.codenarc.ant | |
| org.codenarc.ruleset | |
| Uses of RuleSet in org.codenarc |
|---|
| Methods in org.codenarc that return RuleSet | |
|---|---|
protected RuleSet |
CodeNarcRunner.createRuleSet()
|
RuleSet |
AnalysisContext.getRuleSet()
|
| Methods in org.codenarc with parameters of type RuleSet | |
|---|---|
void |
AnalysisContext.setRuleSet(RuleSet value)
|
| Uses of RuleSet in org.codenarc.analyzer |
|---|
| Methods in org.codenarc.analyzer with parameters of type RuleSet | |
|---|---|
Results |
StringSourceAnalyzer.analyze(RuleSet ruleSet)
|
Results |
SourceAnalyzer.analyze(RuleSet ruleSet)
|
Results |
FilesystemSourceAnalyzer.analyze(RuleSet ruleSet)
|
Results |
DirectorySourceAnalyzer.analyze(RuleSet ruleSet)
|
protected List<Violation> |
BaseSourceAnalyzer.collectViolations(SourceCode sourceCode,
RuleSet ruleSet)
|
| Uses of RuleSet in org.codenarc.ant |
|---|
| Methods in org.codenarc.ant with parameters of type RuleSet | |
|---|---|
Results |
AntFileSetSourceAnalyzer.analyze(RuleSet ruleSet)
Analyze all source code using the specified RuleSet and return the report results. |
| Uses of RuleSet in org.codenarc.ruleset |
|---|
| Classes in org.codenarc.ruleset that implement RuleSet | |
|---|---|
class |
CompositeRuleSet
|
class |
FilteredRuleSet
|
class |
GroovyDslRuleSet
|
class |
ListRuleSet
|
class |
XmlFileRuleSet
|
class |
XmlReaderRuleSet
|
| Methods in org.codenarc.ruleset that return RuleSet | |
|---|---|
protected RuleSet |
TopLevelDelegate.getRuleSet()
|
RuleSet |
RuleSetDelegate.getRuleSet()
|
RuleSet |
RuleSetBuilder.getRuleSet()
|
static RuleSet |
RuleSetUtil.loadRuleSetFile(String path)
|
| Methods in org.codenarc.ruleset with parameters of type RuleSet | |
|---|---|
void |
CompositeRuleSet.addRuleSet(RuleSet ruleSet)
|
void |
PropertiesFileRuleSetConfigurer.configure(RuleSet ruleSet)
|
void |
RuleSetDelegate.setRuleSet(RuleSet value)
|
| Constructors in org.codenarc.ruleset with parameters of type RuleSet | |
|---|---|
FilteredRuleSet(RuleSet ruleSet)
|
|
RuleSetDelegate(RuleSet ruleSet)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||