Package tigase.test.util
Interface OutputFilter
-
- All Known Implementing Classes:
HTMLContentFilter,HTMLFilter,NullFilter
public interface OutputFilterDescribe interface OutputFilter here. Created: Thu Jun 9 20:02:20 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddContent(String content)voidaddRow(String... cols)voidclose(String closingInfo)voidinit(BufferedWriter out, String title, String description)voidsetColumnHeaders(String... hd)
-
-
-
Method Detail
-
init
void init(BufferedWriter out, String title, String description) throws IOException
- Throws:
IOException
-
addContent
void addContent(String content) throws IOException
- Throws:
IOException
-
setColumnHeaders
void setColumnHeaders(String... hd) throws IOException
- Throws:
IOException
-
addRow
void addRow(String... cols) throws IOException
- Throws:
IOException
-
close
void close(String closingInfo) throws IOException
- Throws:
IOException
-
-