Uses of Interface
org.codenarc.ruleset.RuleSet
Packages that use RuleSet
-
Uses of RuleSet in org.codenarc
Methods in org.codenarc that return RuleSetModifier and TypeMethodDescriptionprotected RuleSet
CodeNarcRunner.createRuleSet()
AnalysisContext.getRuleSet()
Methods in org.codenarc with parameters of type RuleSet -
Uses of RuleSet in org.codenarc.analyzer
Methods in org.codenarc.analyzer with parameters of type RuleSetModifier and TypeMethodDescriptionAbstractSourceAnalyzer.collectViolations
(SourceCode sourceCode, RuleSet ruleSet) -
Uses of RuleSet in org.codenarc.ant
Fields in org.codenarc.ant declared as RuleSetMethods in org.codenarc.ant with parameters of type RuleSetModifier and TypeMethodDescriptionAnalyze all source code using the specified RuleSet and return the report results.private Runnable
private void
AntFileSetSourceAnalyzer.processFile
(File baseDir, String filePath, RuleSet ruleSet) private void
AntFileSetSourceAnalyzer.processFileSet
(org.apache.tools.ant.types.FileSet fileSet, RuleSet ruleSet, ExecutorService pool) -
Uses of RuleSet in org.codenarc.ruleset
Classes in org.codenarc.ruleset that implement RuleSetModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in org.codenarc.ruleset that return RuleSetModifier and TypeMethodDescriptionRuleSetBuilder.getRuleSet()
RuleSetDelegate.getRuleSet()
protected RuleSet
TopLevelDelegate.getRuleSet()
static RuleSet
RuleSetUtil.loadRuleSetFile
(String path) Methods in org.codenarc.ruleset with parameters of type RuleSetModifier and TypeMethodDescriptionvoid
CompositeRuleSet.addRuleSet
(RuleSet ruleSet) void
void
RuleSetDelegate.setRuleSet
(RuleSet value) Constructors in org.codenarc.ruleset with parameters of type RuleSet