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 RuleSet
CodeNarcRunner. createRuleSet()
RuleSet
AnalysisContext. getRuleSet()
Methods in org.codenarc with parameters of type RuleSet Modifier and Type Method Description void
AnalysisContext. 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 Results
FilesystemSourceAnalyzer. analyze(RuleSet ruleSet)
Results
SourceAnalyzer. analyze(RuleSet ruleSet)
Results
StringSourceAnalyzer. analyze(RuleSet ruleSet)
protected java.util.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 RuleSet
CodeNarcTask. ruleSet
Methods in org.codenarc.ant with parameters of type RuleSet Modifier and Type Method Description Results
AntFileSetSourceAnalyzer. analyze(RuleSet ruleSet)
Analyze all source code using the specified RuleSet and return the report results.private java.lang.Runnable
AntFileSetSourceAnalyzer. buildTask(java.io.File baseDir, java.lang.String filePath, RuleSet ruleSet)
private void
AntFileSetSourceAnalyzer. processFile(java.io.File baseDir, java.lang.String filePath, RuleSet ruleSet)
private void
AntFileSetSourceAnalyzer. processFileSet(org.apache.tools.ant.types.FileSet fileSet, RuleSet ruleSet, java.util.concurrent.ExecutorService pool)
-
Uses of RuleSet in org.codenarc.ruleset
Classes in org.codenarc.ruleset that implement RuleSet Modifier and Type Class Description class
CompositeRuleSet
class
FilteredRuleSet
class
GroovyDslRuleSet
class
ListRuleSet
class
XmlFileRuleSet
class
XmlReaderRuleSet
Methods in org.codenarc.ruleset that return RuleSet Modifier and Type Method Description RuleSet
RuleSetBuilder. getRuleSet()
RuleSet
RuleSetDelegate. getRuleSet()
protected RuleSet
TopLevelDelegate. getRuleSet()
static RuleSet
RuleSetUtil. loadRuleSetFile(java.lang.String path)
Methods in org.codenarc.ruleset with parameters of type RuleSet Modifier and Type Method Description 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 Constructor Description FilteredRuleSet(RuleSet ruleSet)
RuleSetDelegate(RuleSet ruleSet)
-