|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectReportRenderer
A ProjectReportRenderer is responsible for rendering the model of a project report.
| Method Summary | |
|---|---|
void |
complete()
Completes this report. |
void |
completeProject(Project project)
Completes visiting a project. |
void |
setOutputFile(File file)
Sets the output file for the report. |
void |
startProject(Project project)
Starts visiting a project. |
| Method Detail |
|---|
void setOutputFile(File file)
throws IOException
file - The output file, never null.
IOExceptionvoid startProject(Project project)
project - The project, never null.void completeProject(Project project)
project - The project, never null.
void complete()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||