|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface Analyzer
An Analyzer is invoked once during the analysis of a project. The analyzer can parse a flat file, connect to a web server... Analyzers are used to add measure and issues at file level.
For example the Cobertura Analyzer parses Cobertura report and saves the first-level of measures on files.
| Method Summary | |
|---|---|
void |
analyse(AnalyzerContext context)
The actual analyzer code. |
void |
describe(AnalyzerDescriptor descriptor)
Populate AnalyzerDescriptor of this analyzer. |
| Method Detail |
|---|
void describe(AnalyzerDescriptor descriptor)
AnalyzerDescriptor of this analyzer.
void analyse(AnalyzerContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||