|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface SourceAnalyzer
The interface for objects that can analyze the source files within one or more directory trees using a specified RuleSet and produce report results.
Method Summary | |
---|---|
Results
|
analyze(RuleSet ruleSet)
Analyze all source code using the specified RuleSet and return the report results. |
List
|
getSourceDirectories()
Return the List of source directories to be analyzed. |
Method Detail |
---|
Results analyze(RuleSet ruleSet)
List getSourceDirectories()
Groovy Documentation