class AnalysisContext extends java.lang.Object
Holds information related to the configuration and context for the source code analysis.
Type | Name and description |
---|---|
RuleSet |
ruleSet The RuleSet containing the rules being applied. |
java.util.List |
sourceDirectories The List of source directories being analyzed. |
Constructor and description |
---|
AnalysisContext() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The RuleSet containing the rules being applied.
The List of source directories being analyzed. May be null or empty.
Groovy Documentation