Groovy Documentation

groovy.org.codenarc
[Groovy] Class AnalysisContext

java.lang.Object
  groovy.org.codenarc.AnalysisContext

class AnalysisContext

Holds information related to the configuration and context for the source code analysis.

Authors:
Chris Mair


Property Summary
RuleSet ruleSet

The RuleSet containing the rules being applied.

List sourceDirectories

The List of source directories being analyzed.

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

ruleSet

RuleSet ruleSet
The RuleSet containing the rules being applied.


sourceDirectories

List sourceDirectories
The List of source directories being analyzed. May be null or empty.


 

Groovy Documentation