Uses of Interface
org.codenarc.ruleset.RuleSet
-
Packages that use RuleSet Package Description org.codenarc org.codenarc.analyzer org.codenarc.ant org.codenarc.ruleset -
-
Uses of RuleSet in org.codenarc
Methods in org.codenarc that return RuleSet Modifier and Type Method Description protected RuleSetCodeNarcRunner. createRuleSet()RuleSetAnalysisContext. getRuleSet()Methods in org.codenarc with parameters of type RuleSet Modifier and Type Method Description voidAnalysisContext. setRuleSet(RuleSet value) -
Uses of RuleSet in org.codenarc.analyzer
Methods in org.codenarc.analyzer with parameters of type RuleSet Modifier and Type Method Description ResultsFilesystemSourceAnalyzer. analyze(RuleSet ruleSet)ResultsSourceAnalyzer. analyze(RuleSet ruleSet)ResultsStringSourceAnalyzer. analyze(RuleSet ruleSet)protected List<Violation>AbstractSourceAnalyzer. collectViolations(SourceCode sourceCode, RuleSet ruleSet) -
Uses of RuleSet in org.codenarc.ant
Fields in org.codenarc.ant declared as RuleSet Modifier and Type Field Description protected RuleSetCodeNarcTask. ruleSetMethods in org.codenarc.ant with parameters of type RuleSet Modifier and Type Method Description ResultsAntFileSetSourceAnalyzer. 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 Modifier and Type Class Description classCompositeRuleSetclassFilteredRuleSetclassGroovyDslRuleSetclassListRuleSetclassXmlFileRuleSetclassXmlReaderRuleSetMethods in org.codenarc.ruleset that return RuleSet Modifier and Type Method Description RuleSetRuleSetBuilder. getRuleSet()RuleSetRuleSetDelegate. getRuleSet()protected RuleSetTopLevelDelegate. getRuleSet()static RuleSetRuleSetUtil. loadRuleSetFile(String path)Methods in org.codenarc.ruleset with parameters of type RuleSet Modifier and Type Method Description voidCompositeRuleSet. addRuleSet(RuleSet ruleSet)voidPropertiesFileRuleSetConfigurer. configure(RuleSet ruleSet)voidRuleSetDelegate. setRuleSet(RuleSet value)Constructors in org.codenarc.ruleset with parameters of type RuleSet Constructor Description FilteredRuleSet(RuleSet ruleSet)RuleSetDelegate(RuleSet ruleSet)
-