|
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 MetricSet and produce report results.
| Method Summary | |
|---|---|
ResultsNode
|
analyze(MetricSet metricSet)
Analyze all source code using the specified set of Metrics and return the results. |
List
|
getSourceDirectories()
Return the List of source directories to be analyzed. |
| Method Detail |
|---|
ResultsNode analyze(MetricSet metricSet)
metricSet - - the MetricSet to apply to each source component; must not be null.
List getSourceDirectories()
Groovy Documentation