Groovy Documentation

Package org.codenarc.analyzer

 

Interface Summary
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.
 


Class Summary
DirectorySourceAnalyzer SourceAnalyzer implementation that recursively processes files in the configured source directories.
FilesystemSourceAnalyzer SourceAnalyzer implementation that recursively processes files from the file system.
 


Groovy Documentation