|
|||||||||
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(java.io.File file)
Sets the output file for the report. |
void |
startProject(Project project)
Starts visiting a project. |
Method Detail |
---|
void setOutputFile(java.io.File file) throws java.io.IOException
file
- The output file, never null.
java.io.IOException
void startProject(Project project)
project
- The project, never null.void completeProject(Project project)
project
- The project, never null.void complete() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |