Groovy Documentation

org.codenarc
Class AnalysisContext

java.lang.Object
  org.codenarc.AnalysisContext

class AnalysisContext

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

author:
Chris Mair
version:
$Revision: 7 $ - $Date: 2009-01-21 21:52:00 -0500 (Wed, 21 Jan 2009) $


Property Summary
RuleSet ruleSet

The RuleSet containing the rules being applied.

List sourceDirectories

The List of source directories being analyzed.

 
Constructor Summary
AnalysisContext()

 
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.


 
Constructor Detail

AnalysisContext

AnalysisContext()


 

Groovy Documentation