Uses of Interface
org.codenarc.ruleset.RuleSet

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 FilesystemSourceAnalyzer.analyze(RuleSet ruleSet)
           
 Results SourceAnalyzer.analyze(RuleSet ruleSet)
           
 Results StringSourceAnalyzer.analyze(RuleSet ruleSet)
           
 Results DirectorySourceAnalyzer.analyze(RuleSet ruleSet)
           
 

Uses of RuleSet in org.codenarc.ant
 

Methods in org.codenarc.ant with parameters of type RuleSet
 Results AntFileSetSourceAnalyzer.analyze(RuleSet ruleSet)
           
 

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
 RuleSet RuleSetDelegate.getRuleSet()
           
protected  RuleSet TopLevelDelegate.getRuleSet()
           
 RuleSet RuleSetBuilder.getRuleSet()
           
static RuleSet RuleSetUtil.loadRuleSetFile(java.lang.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)
           
 



Copyright © 2011. All Rights Reserved.