|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Interface for report generator
| Method Summary | |
java.lang.String[] |
analyzersRequired()
get array of names of analyzers required to produce input for this report generator |
java.lang.String |
description()
get the description of the report generation module |
IMessageFilter[] |
filtersRequired()
get array of filters required for this report generator to run correctly |
void |
generate(java.io.File dir,
java.io.PrintStream out,
MessageList in,
java.lang.String theProjectName,
JobControl jobControl)
convert the message list to "text form". |
IParameterRegistry |
getParameterRegistry()
Returns the parameter registry that holds the parameters of this extension. |
java.lang.String |
name()
get the name of the report generation module |
| Method Detail |
public java.lang.String[] analyzersRequired()
public java.lang.String description()
public IMessageFilter[] filtersRequired()
public void generate(java.io.File dir,
java.io.PrintStream out,
MessageList in,
java.lang.String theProjectName,
JobControl jobControl)
dir - the directory in which additional report files must be storedout - the stream where to print the text representationin - the message list to be printedthe - name of the project being processedpublic IParameterRegistry getParameterRegistry()
public java.lang.String name()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||