|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueTableWriter
A callback to allow the IssueTableWebComponent to write an issue. This should be used when writing
multiple issues. Method close() should be called to write a footer.
| Method Summary | |
|---|---|
void |
close()
Writes the footer of the table. |
void |
write(Issue issue)
For each issue that you wish to be written to the table, you need to call write. |
| Method Detail |
|---|
void write(Issue issue)
throws IOException
close() after you have finished writing the issues
issue - The issue to write to the table
IOException - thrown in case of I/O error
void close()
throws IOException
IOException - thrown if an error occurred writing the output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||